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":
|
||||
ensure => directory,
|
||||
mode => 0644,
|
||||
owner => root,
|
||||
group => root,
|
||||
owner => "root",
|
||||
group => $operatingsystem ? {
|
||||
"openbsd" => "wheel",
|
||||
default => "root",
|
||||
},
|
||||
source => "puppet:///files/packages/${graphingwiki_package}",
|
||||
links => follow,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue