mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
puppet: Add note to parent_dirs that it has to removed
This commit is contained in:
parent
bf68ecfa8c
commit
cccab1d3e9
@ -1,3 +1,4 @@
|
|||||||
|
# TODO(el): Remove this. It's always executed and hackish
|
||||||
define parent_dirs ($user = 'root') {
|
define parent_dirs ($user = 'root') {
|
||||||
exec { "parent_dirs-${name}":
|
exec { "parent_dirs-${name}":
|
||||||
command => "mkdir -p \"\$(dirname \"\$(readlink -m '${name}')\")\"",
|
command => "mkdir -p \"\$(dirname \"\$(readlink -m '${name}')\")\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user