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') {
|
||||
exec { "parent_dirs-${name}":
|
||||
command => "mkdir -p \"\$(dirname \"\$(readlink -m '${name}')\")\"",
|
||||
|
|
Loading…
Reference in New Issue