Changed package fetching Makefiles for abusehelper, vsroom and wiki
No longer uses symlinks to manage package versions. Ppackage versions are now recorded in /srv/puppet/files/common/packages/manifests/*.pp instead, which must be included in the site or node manifest.
This commit is contained in:
parent
32956c0d26
commit
29bc90e6f6
6 changed files with 70 additions and 52 deletions
|
@ -29,7 +29,7 @@ class abusehelper {
|
|||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
source => "puppet:///files/packages/abusehelper.tar.gz",
|
||||
source => "puppet:///files/packages/${abusehelper_package}",
|
||||
links => follow,
|
||||
}
|
||||
util::extract::tar { "/usr/local/src/abusehelper":
|
||||
|
@ -43,7 +43,7 @@ class abusehelper {
|
|||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
source => "puppet:///files/packages/idiokit.tar.gz",
|
||||
source => "puppet:///files/packages/${idiokit_package}",
|
||||
links => follow,
|
||||
}
|
||||
util::extract::tar { "/usr/local/src/idiokit":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue