Skip to content

Commit

Permalink
(cluster/*ccs) rm disabling of sudo config purging
Browse files Browse the repository at this point in the history
This is no longer necessary and is definitely not desirable.
  • Loading branch information
jhoblitt committed Oct 16, 2023
1 parent 851da81 commit 50f6125
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions hieradata/cluster/auxtel-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ postfix::configs:
value: "hash:/etc/postfix/sasl_passwd"
smtp_sasl_mechanism_filter:
value: "plain, login"

sudo::purge: false # FIXME
sudo::configs:
auxtel_ccs_cmd:
content: "%auxtel-ccs-cmd ALL=(ccs) NOPASSWD: ALL"
Expand Down
1 change: 0 additions & 1 deletion hieradata/cluster/comcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ postfix::configs:
value: "hash:/etc/postfix/sasl_passwd"
smtp_sasl_mechanism_filter:
value: "plain, login"
sudo::purge: false # FIXME
sudo::configs:
comcam_ccs_cmd:
content: "%comcam-ccs-cmd ALL=(ccs) NOPASSWD: ALL"
Expand Down
1 change: 0 additions & 1 deletion hieradata/cluster/lsstcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ postfix::configs:
value: "hash:/etc/postfix/sasl_passwd"
smtp_sasl_mechanism_filter:
value: "plain, login"
sudo::purge: false # FIXME
sudo::configs:
lsstcam_ccs_cmd:
content: "%lsstcam-ccs-cmd ALL=(ccs) NOPASSWD: ALL"
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def node_files
end

it { is_expected.to contain_class('systemd').with_manage_udevd(true) }
it { is_expected.to contain_class('sudo').with_purge(true) }
end

shared_examples 'lhn sysctls', :lhn_node do
Expand Down

0 comments on commit 50f6125

Please sign in to comment.