Skip to content

Commit

Permalink
future proof package name
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Feb 3, 2022
1 parent 2b57ae0 commit 752bcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/config/cc_salt_minion.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(self, cfg):

# constants tailored for FreeBSD
if util.is_FreeBSD():
self.pkg_name = "py36-salt"
self.pkg_name = "py-salt"
self.srv_name = "salt_minion"
self.conf_dir = "/usr/local/etc/salt"
# constants for any other OS
Expand Down

0 comments on commit 752bcb8

Please sign in to comment.