Skip to content

Commit

Permalink
Fix github download idempotency
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7x committed Dec 7, 2024
1 parent 97c4c82 commit 331135f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
password => $caddy::caddy_api_key,
user => 'root',
group => 'root',
creates => "${extract_path}/caddy",
require => File[$extract_path],
before => File[$bin_file],
}
Expand Down

0 comments on commit 331135f

Please sign in to comment.