Merge "Make puppet not fail when puppetdb is dead"
This commit is contained in:
commit
dbe60b3d7f
@ -104,6 +104,7 @@ class openstack_project::puppetmaster (
|
||||
class { 'puppetdb::master::config':
|
||||
puppetdb_server => 'puppetdb.openstack.org',
|
||||
puppet_service_name => 'apache2',
|
||||
soft_write_failure => true,
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -18,8 +18,6 @@ manifestdir=/opt/config/$environment/manifests
|
||||
modulepath=/opt/config/$environment/modules:/etc/puppet/modules
|
||||
manifest=$manifestdir/site.pp
|
||||
reports=store,puppetdb
|
||||
storeconfigs = true
|
||||
storeconfigs_backend = puppetdb
|
||||
|
||||
[agent]
|
||||
report=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user