Cleaned up unnecessary links parameters
This commit is contained in:
parent
500c026131
commit
debcbb3008
4 changed files with 1 additions and 8 deletions
|
@ -18,7 +18,6 @@ class wiki::moin {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
source => "puppet:///files/packages/${moin_package}",
|
||||
links => follow,
|
||||
}
|
||||
file { "/usr/local/src/moin.patch":
|
||||
ensure => present,
|
||||
|
@ -26,7 +25,6 @@ class wiki::moin {
|
|||
owner => "root",
|
||||
group => "root",
|
||||
source => "puppet:///files/packages/${moin_patch}",
|
||||
links => follow,
|
||||
}
|
||||
util::extract::tar { "/usr/local/src/moin":
|
||||
ensure => latest,
|
||||
|
@ -90,7 +88,6 @@ class wiki::graphingwiki::common {
|
|||
default => "root",
|
||||
},
|
||||
source => "puppet:///files/packages/${graphingwiki_package}",
|
||||
links => follow,
|
||||
}
|
||||
util::extract::tar { "/usr/local/src/graphingwiki":
|
||||
ensure => latest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue