Skip to content

[RELOPS-2269] Skip tcc perms script when already applied#1107

Open
rcurranmoz wants to merge 3 commits intomasterfrom
tcc-perms-puppet-idempotency
Open

[RELOPS-2269] Skip tcc perms script when already applied#1107
rcurranmoz wants to merge 3 commits intomasterfrom
tcc-perms-puppet-idempotency

Conversation

@rcurranmoz
Copy link
Copy Markdown
Contributor

Switch execute tcc perms script to refreshonly/subscribe so tcc_perms.sh only runs when the script content changes, not on every puppet apply.

rcurranmoz and others added 3 commits March 16, 2026 12:50
Switch execute tcc perms script to refreshonly/subscribe so tcc_perms.sh
only runs when the script content changes, not on every puppet apply.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rcurranmoz rcurranmoz changed the title Skip tcc perms script when already applied [RELOPS-2269] Skip tcc perms script when already applied Mar 24, 2026
user => 'root',
command => $tcc_script,
subscribe => File[$tcc_script],
refreshonly => true,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this will never run now... maybe put a notify on line 14?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants