Skip to content

Commit

Permalink
Merge pull request #115 from jay7x/bump_modules
Browse files Browse the repository at this point in the history
Bump puppet-archive version upper boundary and fix github download idempotency
  • Loading branch information
bastelfreak authored Dec 7, 2024
2 parents 4c09b2a + fc0324d commit d1e8caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "puppet/archive",
"version_requirement": ">= 4.4.0 < 6.0.0"
"version_requirement": ">= 4.4.0 < 8.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit d1e8caf

Please sign in to comment.