Merge b509d1b203
into 01346d7d21
This commit is contained in:
commit
5288edd5df
@ -1,10 +1,18 @@
|
|||||||
forge "http://forge.puppetlabs.com"
|
forge "http://forge.puppetlabs.com"
|
||||||
|
|
||||||
|
# This is a test comment
|
||||||
# Modules from the Puppet Forge
|
# Modules from the Puppet Forge
|
||||||
# Versions should be updated to be the latest at the time you start
|
# Versions should be updated to be the latest at the time you start
|
||||||
#mod "puppetlabs/inifile", '1.5.0'
|
#mod "puppetlabs/inifile", '1.5.0'
|
||||||
#mod "puppetlabs/stdlib", '4.11.0'
|
#mod "puppetlabs/stdlib", '4.11.0'
|
||||||
#mod "puppetlabs/concat", '2.1.0'
|
#mod "puppetlabs/concat", '2.1.0'
|
||||||
|
mod "puppetlabs/stdlib", '4.12.0'
|
||||||
|
mod "puppetlabs/ruby", '0.4.0'
|
||||||
|
mod "puppetlabs/pe_gem", '0.2.0'
|
||||||
|
mod "puppetlabs/apt", '2.2.2'
|
||||||
|
mod "nanliu/staging", '1.0.3'
|
||||||
|
mod "puppetlabs/azure", '1.0.2'
|
||||||
|
|
||||||
|
|
||||||
# Modules from Git
|
# Modules from Git
|
||||||
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
modulepath = modules:site:$basemodulepath
|
modulepath = modules:site:$basemodulepath:/etc/puppetlabs/code/environments/test/modules
|
||||||
config_version = 'scripts/config_version.sh $environmentpath $environment'
|
config_version = 'scripts/config_version.sh $environmentpath $environment'
|
||||||
|
environment_timeout = unlimited
|
||||||
|
##what now?
|
||||||
|
@ -3,3 +3,6 @@ message: "This node is using common data"
|
|||||||
|
|
||||||
#Puppet Server Tuning
|
#Puppet Server Tuning
|
||||||
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 0
|
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 0
|
||||||
|
|
||||||
|
zabbix::repo::manage_repo: false
|
||||||
|
puppet_enterprise::master::puppetserver::environment-class-cache-enabled:false
|
||||||
|
Loading…
Reference in New Issue
Block a user