diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-01-24 16:43:00 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-01-24 16:53:25 +0100 |
commit | 20a150a745a120a0572680aab766940dff889ddb (patch) | |
tree | 0e5ebf73afebd1b987bb934882288d3cd988c543 /debian/itzks-systems-puppetserver.install | |
parent | 1852b6cf92e0b08db26d3398faf41b2c8a20b400 (diff) | |
download | itzks-systems-20a150a745a120a0572680aab766940dff889ddb.tar.gz itzks-systems-20a150a745a120a0572680aab766940dff889ddb.tar.bz2 itzks-systems-20a150a745a120a0572680aab766940dff889ddb.zip |
debian/*.install: Adjust for new puppet maintenance script names etc.
Diffstat (limited to 'debian/itzks-systems-puppetserver.install')
-rw-r--r-- | debian/itzks-systems-puppetserver.install | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/itzks-systems-puppetserver.install b/debian/itzks-systems-puppetserver.install index 5a498a6..ba14913 100644 --- a/debian/itzks-systems-puppetserver.install +++ b/debian/itzks-systems-puppetserver.install @@ -1,4 +1,5 @@ -bin/itzks-puppet-list-known-hosts usr/bin/ etc/cron.d/itzks-systems-puppetserver -sbin/itzks-puppet-autosign-new-host-certificates usr/sbin/ -sbin/itzks-prepare-reinstall usr/sbin/ +sbin/itzks-puppetserver-autosign-new-host-certificates usr/sbin/ +sbin/itzks-puppetserver-clean-hosts-from-ca usr/sbin/ +sbin/itzks-puppetserver-detect-broken-hosts usr/sbin/ +sbin/itzks-puppetserver-list-known-hosts usr/sbin/ |