Last active
August 29, 2015 14:16
-
-
Save awaxa/2a8b877b92e912c5525d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mod 'stdlib', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git', | |
| :ref => '4.5.1' | |
| mod 'ruby', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-ruby.git', | |
| :ref => '0.4.0' | |
| mod 'gcc', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-gcc.git', | |
| :ref => '0.2.0' | |
| mod 'git', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-git.git', | |
| :ref => '0.3.0' | |
| mod 'pe_gem', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-pe_gem.git', | |
| :ref => '0.1.0' | |
| mod 'make', | |
| :git => 'https://github.com/cmroddy/puppet-make.git', | |
| :ref => 'v0.0.5' | |
| mod 'inifile', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-inifile.git', | |
| :ref => '1.2.0' | |
| mod 'concat', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-concat.git', | |
| :ref => '1.1.2' | |
| mod 'vcsrepo', | |
| :git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo.git', | |
| :ref => '1.2.0' | |
| mod 'portage', | |
| :git => 'https://github.com/gentoo/puppet-portage.git', | |
| :ref => '2.2.0' | |
| mod 'r10k', | |
| :git => 'https://github.com/acidprime/r10k.git', | |
| :ref => 'v2.6.4' | |
| # mod 'hiera', | |
| # :git => 'https://github.com/hunner/puppet-hiera.git', | |
| # :ref => '959802a1167f64d50ee5e1727738f6814876614b' | |
| # mod 'ntp', | |
| # :git => 'https://github.com/puppetlabs/puppetlabs-ntp.git', | |
| # :ref => '3.3.0' | |
| # mod 'firewall', | |
| # :git => 'https://github.com/puppetlabs/puppetlabs-firewall.git', | |
| # :ref => '1.4.0' | |
| # mod 'apache', | |
| # :git => 'https://github.com/puppetlabs/puppetlabs-apache.git', | |
| # :ref => '1.3.0' | |
| # mod 'staging', | |
| # :git => 'https://github.com/nanliu/puppet-staging.git', | |
| # :ref => '1.0.4' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment