Enable puppetdb from puppetmaster
This commit will configure the puppetmaster to store facts, reports, and exported resources in puppetdb. This paves the way for puppetboard to be enabled. Change-Id: I754b6aaa25fe2ce055ed5172d49c4083c65b52f3
This commit is contained in:
parent
c1da690ab9
commit
daf8a5a266
@ -61,4 +61,11 @@ class openstack_project::puppetmaster (
|
||||
package { 'python-paramiko':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
# Enable puppetdb
|
||||
|
||||
class { 'puppetdb::master::config':
|
||||
puppetdb_server => 'puppetdb.openstack.org',
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user