puppet: Use actual name for the bind9-host package.

Using the `host` virtual package confused Puppet into reporting it was
doing work every time one did a puppet run, resulting in unnecessarily
spammy output.
This commit is contained in:
Tim Abbott 2020-05-11 00:51:51 -07:00
parent dd40649e04
commit 6319c181eb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class zulip_ops::base {
# Useful tools in a production environment # Useful tools in a production environment
'screen', 'screen',
'strace', 'strace',
'host', 'bind9-host',
'git', 'git',
'nagios-plugins-contrib', 'nagios-plugins-contrib',
] ]