lock apache version down
master was pointing at a revision that had versioned itself using an rc. This caused librarian-puppet to fail. This commit locks down the version of apache to a version that does not break librarian-puppet.
This commit is contained in:
@@ -17,7 +17,7 @@ mod 'puppetlabs/git', :git => 'git://github.com/puppetlabs/puppetlabs-git'
|
||||
mod 'puppetlabs/vcsrepo', :git => 'git://github.com/puppetlabs/puppetlabs-vcsrepo'
|
||||
mod 'saz/memcached', :git => 'git://github.com/saz/puppet-memcached'
|
||||
mod 'puppetlabs/rsync', :git => 'git://github.com/puppetlabs/puppetlabs-rsync'
|
||||
mod 'puppetlabs/apache', :git => 'git://github.com/puppetlabs/puppetlabs-apache'
|
||||
mod 'puppetlabs/apache', :git => 'git://github.com/puppetlabs/puppetlabs-apache', :ref => '94ebca3aaaf2144a7b9ce7ca6a13837ec48a7e2a'
|
||||
# other deps
|
||||
mod 'puppetlabs/xinetd', :git => 'git://github.com/puppetlabs/puppetlabs-xinetd'
|
||||
mod 'saz/ssh', :git => 'git://github.com/saz/puppet-ssh'
|
||||
|
||||
Reference in New Issue
Block a user