stdlib module instalaltion
This commit is contained in:
parent
cdebd63590
commit
f4187aa585
@ -5,7 +5,7 @@ forge 'https://forge.puppet.com'
|
||||
#mod 'puppetlabs/inifile', '3.0.0'
|
||||
#mod 'puppetlabs/stdlib', '6.0.0'
|
||||
#mod 'puppetlabs/concat', '6.0.0'
|
||||
|
||||
mod 'puppetlabs-stdlib', '7.0.0'
|
||||
# Modules from Git
|
||||
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
||||
#mod 'apache',
|
||||
|
17
Puppetfile_orig
Normal file
17
Puppetfile_orig
Normal file
@ -0,0 +1,17 @@
|
||||
forge 'https://forge.puppet.com'
|
||||
|
||||
# Modules from the Puppet Forge
|
||||
# Versions should be updated to be the latest at the time you start
|
||||
#mod 'puppetlabs/inifile', '3.0.0'
|
||||
#mod 'puppetlabs/stdlib', '6.0.0'
|
||||
#mod 'puppetlabs/concat', '6.0.0'
|
||||
|
||||
# Modules from Git
|
||||
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
||||
#mod 'apache',
|
||||
# git: 'https://github.com/puppetlabs/puppetlabs-apache',
|
||||
# commit: '1b6f89afdde0df7f9433a163d5c4b5328eac5779'
|
||||
|
||||
#mod 'apache',
|
||||
# git: 'https://github.com/puppetlabs/puppetlabs-apache',
|
||||
# branch: 'docs_experiment'
|
Loading…
Reference in New Issue
Block a user