diff --git a/debian/changelog b/debian/changelog index 12fd44c..c002cc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +puppet-code (0.1.0-1build304) noble; urgency=medium + + * commit event. see changes history in git log + + -- root Wed, 22 Apr 2026 17:11:08 +0000 + puppet-code (0.1.0-1build303) noble; urgency=medium * commit event. see changes history in git log diff --git a/environments/production/data/common.yaml b/environments/production/data/common.yaml index d921925..90548a7 100644 --- a/environments/production/data/common.yaml +++ b/environments/production/data/common.yaml @@ -2,3 +2,6 @@ sudo::configs: 'admin': 'content' : '%admin ALL=(ALL) NOPASSWD: ALL' 'priority' : 10 + 'ssm-user': + 'content' : 'ssm-user ALL=(ALL) NOPASSWD: ALL' + 'priority' : 10 diff --git a/environments/sandbox/data/common.yaml b/environments/sandbox/data/common.yaml index d921925..90548a7 100644 --- a/environments/sandbox/data/common.yaml +++ b/environments/sandbox/data/common.yaml @@ -2,3 +2,6 @@ sudo::configs: 'admin': 'content' : '%admin ALL=(ALL) NOPASSWD: ALL' 'priority' : 10 + 'ssm-user': + 'content' : 'ssm-user ALL=(ALL) NOPASSWD: ALL' + 'priority' : 10