Skip to content

Commit

Permalink
make puppetdb setup more dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 4, 2024
1 parent 7cc032c commit 41e50ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profiles/manifests/puppet/db.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
contain puppetdb
class { 'puppet::server::puppetdb':
server => 'puppetserver.voxpupuli.org',
server => $facts['networking']['fqdn'],
}
contain puppet::server::puppetdb
}

0 comments on commit 41e50ca

Please sign in to comment.