Fix soft_write_failure parameter name.
In the puppet module, the parameter is puppetdb_soft_write_failure. Change-Id: I8fd06a171a759bcb3bb3432ffa73d15f99aac6cb
This commit is contained in:
parent
5d1106889a
commit
2665e3afd6
@ -102,9 +102,9 @@ class openstack_project::puppetmaster (
|
|||||||
# Enable puppetdb
|
# Enable puppetdb
|
||||||
|
|
||||||
class { 'puppetdb::master::config':
|
class { 'puppetdb::master::config':
|
||||||
puppetdb_server => 'puppetdb.openstack.org',
|
puppetdb_server => 'puppetdb.openstack.org',
|
||||||
puppet_service_name => 'apache2',
|
puppet_service_name => 'apache2',
|
||||||
soft_write_failure => true,
|
puppetdb_soft_write_failure => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user