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:
Monty Taylor 2014-04-29 10:40:01 -07:00
parent 5d1106889a
commit 2665e3afd6
1 changed files with 3 additions and 3 deletions

View File

@ -102,9 +102,9 @@ class openstack_project::puppetmaster (
# Enable puppetdb
class { 'puppetdb::master::config':
puppetdb_server => 'puppetdb.openstack.org',
puppet_service_name => 'apache2',
soft_write_failure => true,
puppetdb_server => 'puppetdb.openstack.org',
puppet_service_name => 'apache2',
puppetdb_soft_write_failure => true,
}
}