From fc85ce326a9ce62b98a5e63c9733d9c1c282bfc7 Mon Sep 17 00:00:00 2001 From: Oleksandr Kuzminskyi Date: Mon, 2 Mar 2026 06:10:19 -0800 Subject: [PATCH] Add passwordless sudo for ssm-user in development (#248) --- debian/changelog | 6 ++++++ environments/development/data/common.yaml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ea0a03..57226f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +puppet-code (0.1.0-1build289) noble; urgency=medium + + * commit event. see changes history in git log + + -- root Mon, 02 Mar 2026 14:10:22 +0000 + puppet-code (0.1.0-1build288) noble; urgency=medium * commit event. see changes history in git log diff --git a/environments/development/data/common.yaml b/environments/development/data/common.yaml index 84c9415..51a8229 100644 --- a/environments/development/data/common.yaml +++ b/environments/development/data/common.yaml @@ -7,6 +7,9 @@ sudo::configs: 'admin': 'content' : '%admin ALL=(ALL) NOPASSWD: ALL' 'priority' : 10 + 'ssm-user': + 'content' : 'ssm-user ALL=(ALL) NOPASSWD: ALL' + 'priority' : 10 accounts::user_list: ubuntu: