diff --git a/site/profiles/manifests/puppet/db.pp b/site/profiles/manifests/puppet/db.pp index 0ade9d68..2b1fb026 100644 --- a/site/profiles/manifests/puppet/db.pp +++ b/site/profiles/manifests/puppet/db.pp @@ -20,7 +20,7 @@ } contain puppetdb class { 'puppet::server::puppetdb': - server => 'puppetserver.voxpupuli.org', + server => $facts['networking']['fqdn'], } contain puppet::server::puppetdb }