diff options
author | mail_redacted_for_web | 2015-01-14 14:22:45 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2015-01-14 14:22:45 -0800 |
commit | f4393ecc07918f5b70454acd68ec2ce1683a27c7 (patch) | |
tree | 1ab014f137677154e0996c96f1e6816df2b40bc1 /Puppetfile | |
parent | a6ef3842225e303fc673fdb13b595b36d961e721 (diff) | |
download | control-repo-template-f4393ecc07918f5b70454acd68ec2ce1683a27c7.tar.bz2 |
Add stdlib to Puppetfile
Comment out Gary's examples
Diffstat (limited to 'Puppetfile')
-rw-r--r-- | Puppetfile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,16 +1,16 @@ forge "http://forge.puppetlabs.com" # Modules from the Puppet Forge -mod "puppetlabs/apache" mod "puppetlabs/ntp" +mod "puppetlabs/stdlib" # Modules from Github using various references # Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples -mod 'notifyme', - :git => 'git://github.com/glarizza/puppet-notifyme', - :ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f' +#mod 'notifyme', +# :git => 'git://github.com/glarizza/puppet-notifyme', +# :ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f' -mod 'profiles', - :git => 'git://github.com/glarizza/puppet-profiles', - :ref => '3611ae4253ff01762f9bda1d93620edf8f9a3b22' +#mod 'profiles', +# :git => 'git://github.com/glarizza/puppet-profiles', +# :ref => '3611ae4253ff01762f9bda1d93620edf8f9a3b22' |