Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Add metadata_expire option and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice799 committed May 31, 2016
1 parent 930f219 commit 63d7e7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
$fq_name = undef,
$master_token = undef,
$priority = undef,
$metadata_expire = 300,
$server_address = 'https://packagecloud.io',
) {
validate_string($type)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "computology-packagecloud",
"version": "0.3.0",
"version": "0.3.1",
"author": "Computology, LLC",
"summary": "packagecloud.io puppet integration",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions templates/yum.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ enabled=1
gpgkey=<%= @gpg_url %>
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=<%= @metadata_expire %>

0 comments on commit 63d7e7a

Please sign in to comment.