Fixed graphingwiki installation on OpenBSD
This commit is contained in:
parent
3191bb796a
commit
92f1617327
1 changed files with 5 additions and 2 deletions
|
@ -60,8 +60,11 @@ class wiki::graphingwiki::common {
|
||||||
file { "/usr/local/src/graphingwiki.tar.gz":
|
file { "/usr/local/src/graphingwiki.tar.gz":
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => 0644,
|
mode => 0644,
|
||||||
owner => root,
|
owner => "root",
|
||||||
group => root,
|
group => $operatingsystem ? {
|
||||||
|
"openbsd" => "wheel",
|
||||||
|
default => "root",
|
||||||
|
},
|
||||||
source => "puppet:///files/packages/${graphingwiki_package}",
|
source => "puppet:///files/packages/${graphingwiki_package}",
|
||||||
links => follow,
|
links => follow,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue