Skip to content

Commit

Permalink
Merge pull request #81 from m0dular/SUP-4215-archive_version
Browse files Browse the repository at this point in the history
(SUP-4215) Add creates param to archive resource
  • Loading branch information
MartyEwings authored May 5, 2023
2 parents ff9119c + b7df455 commit 72cc2dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
extract => true,
extract_command => 'tar xfz %s --strip-components=1',
extract_path => '/opt/influxdb',
creates => '/opt/influxdb/influxd',
source => $archive_source,
cleanup => true,
require => File['/etc/influxdb', '/opt/influxdb'],
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"pdk-version": "2.7.0",
"pdk-version": "2.7.1",
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
"template-ref": "heads/main-0-g1ca5ee4"
"template-ref": "heads/main-0-gd05508f"
}

0 comments on commit 72cc2dd

Please sign in to comment.