Add stdlib to Puppetfile
Comment out Gary's examples
This commit is contained in:
parent
a6ef384222
commit
f4393ecc07
14
Puppetfile
14
Puppetfile
@ -1,16 +1,16 @@
|
|||||||
forge "http://forge.puppetlabs.com"
|
forge "http://forge.puppetlabs.com"
|
||||||
|
|
||||||
# Modules from the Puppet Forge
|
# Modules from the Puppet Forge
|
||||||
mod "puppetlabs/apache"
|
|
||||||
mod "puppetlabs/ntp"
|
mod "puppetlabs/ntp"
|
||||||
|
mod "puppetlabs/stdlib"
|
||||||
|
|
||||||
# Modules from Github using various references
|
# Modules from Github using various references
|
||||||
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
||||||
mod 'notifyme',
|
#mod 'notifyme',
|
||||||
:git => 'git://github.com/glarizza/puppet-notifyme',
|
# :git => 'git://github.com/glarizza/puppet-notifyme',
|
||||||
:ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f'
|
# :ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f'
|
||||||
|
|
||||||
mod 'profiles',
|
#mod 'profiles',
|
||||||
:git => 'git://github.com/glarizza/puppet-profiles',
|
# :git => 'git://github.com/glarizza/puppet-profiles',
|
||||||
:ref => '3611ae4253ff01762f9bda1d93620edf8f9a3b22'
|
# :ref => '3611ae4253ff01762f9bda1d93620edf8f9a3b22'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user