Merge ~d-info-e/cloud-init:salt-python3 into cloud-init:master

Proposed by do3meli
Status: Merged
Approved by: Chad Smith
Approved revision: 2696d9dcb3cc9b80efedc653ef1777e765a3cfb6
Merge reported by: Chad Smith
Merged at revision: a533ce570e88315e5d720109db670ed92c7b1bcf
Proposed branch: ~d-info-e/cloud-init:salt-python3
Merge into: cloud-init:master
Diff against target: 13 lines (+1/-1)
1 file modified
cloudinit/config/cc_salt_minion.py (+1/-1)
Reviewer Review Type Date Requested Status
Chad Smith Approve
Review via email: mp+375196@code.launchpad.net

Commit message

switch default FreeBSD salt minion pkg from py27 to py36

To post a comment you must log in.
Revision history for this message
Chad Smith (chad.smith) wrote :

All good and validated package availability @ https://www.freshports.org/

review: Approve
Revision history for this message
Chad Smith (chad.smith) wrote :

This merge has landed in commit a533ce57 to cloud-init branch master.

To view that commit see the following URL:
https://git.launchpad.net/cloud-init/commit/?id=a533ce57

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/cloudinit/config/cc_salt_minion.py b/cloudinit/config/cc_salt_minion.py
index cd9cb0b..1c991d8 100644
--- a/cloudinit/config/cc_salt_minion.py
+++ b/cloudinit/config/cc_salt_minion.py
@@ -59,7 +59,7 @@ class SaltConstants(object):
5959
60 # constants tailored for FreeBSD60 # constants tailored for FreeBSD
61 if util.is_FreeBSD():61 if util.is_FreeBSD():
62 self.pkg_name = 'py27-salt'62 self.pkg_name = 'py36-salt'
63 self.srv_name = 'salt_minion'63 self.srv_name = 'salt_minion'
64 self.conf_dir = '/usr/local/etc/salt'64 self.conf_dir = '/usr/local/etc/salt'
65 # constants for any other OS65 # constants for any other OS

Subscribers

People subscribed via source and target branches