Project

General

Profile

« Previous | Next » 

Revision e5ca244b

Added by Michael Moll about 8 years ago

let puppetdb_conf notify the puppetmaster service

closes GH-339
closes GH-357

View differences:

manifests/server/config.pp
manage_storeconfigs => false,
restart_puppet => false,
}
Class['puppetdb::master::puppetdb_conf'] ~> Class['puppet::server::service']
}
}
spec/classes/puppet_server_config_spec.rb
end
it 'should configure PuppetDB' do
should compile.with_all_deps
should contain_class('puppetdb::master::config').with({
:puppetdb_server => 'mypuppetdb.example.com',
:puppetdb_port => 8081,

Also available in: Unified diff