mirror of https://github.com/zulip/zulip.git
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:
parent
dd40649e04
commit
6319c181eb
|
@ -31,7 +31,7 @@ class zulip_ops::base {
|
|||
# Useful tools in a production environment
|
||||
'screen',
|
||||
'strace',
|
||||
'host',
|
||||
'bind9-host',
|
||||
'git',
|
||||
'nagios-plugins-contrib',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue