Skip to content

Commit 6d4e1e5

Browse files
authored
Merge pull request #98 from choria-io/openvox
(misc) install openvox-agent not puppet-agent
2 parents 7082a1e + 112635b commit 6d4e1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-choria.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ esac
5151

5252
case "${METHOD?}" in
5353
yum)
54-
yum -y install puppet-agent
54+
yum -y install openvox-agent
5555
;;
5656
apt)
5757
dpkg -i /tmp/puppet.deb
5858
apt update
59-
apt -yq install puppet-agent cron systemd
59+
apt -yq install openvox-agent cron systemd
6060

6161
;;
6262
*)

0 commit comments

Comments
 (0)