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:
Spencer Krum 2014-02-18 22:38:38 -08:00
parent c1da690ab9
commit daf8a5a266

View File

@ -61,4 +61,11 @@ class openstack_project::puppetmaster (
package { 'python-paramiko':
ensure => present,
}
# Enable puppetdb
class { 'puppetdb::master::config':
puppetdb_server => 'puppetdb.openstack.org',
}
}