mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-14 05:28:09 +02:00
Puppet: Use strings for file modes
This commit is contained in:
parent
67af7b5135
commit
af6def7d7f
@ -10,7 +10,7 @@ define icingaweb2::config::general (
|
|||||||
content => template("${source}/${name}.ini.erb"),
|
content => template("${source}/${name}.ini.erb"),
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => $web_group,
|
group => $web_group,
|
||||||
mode => 0660,
|
mode => '0660',
|
||||||
replace => $replace,
|
replace => $replace,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ define icingaweb2::config::module (
|
|||||||
source => "${source}/modules/${module}/${name}.ini",
|
source => "${source}/modules/${module}/${name}.ini",
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => $web_group,
|
group => $web_group,
|
||||||
mode => 0660,
|
mode => '0660',
|
||||||
replace => $replace,
|
replace => $replace,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user