puppet: Add note to parent_dirs that it has to removed

This commit is contained in:
Eric Lippmann 2014-12-10 15:17:37 +01:00
parent bf68ecfa8c
commit cccab1d3e9
1 changed files with 1 additions and 0 deletions

View File

@ -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}')\")\"",