Hi
Thanks for your response.
The first answer won't work for me as I want to be dynamic about it and
take in a variable of the full path so it could just as easily be 10
directories deep. I'm getting the value for home from a CLI rather than
hand crafting something static.
The significance of the
Hi
I want to use exec to create a recursive directory (I know I can use file
but for another reason I don't want to)
So as a variable I get passed in $home and it may be for example
/first/second/userdirectory where first and second may not exist.
Puppet's user wraps useradd so it won't recursiv
I'm trying to use the firewall resource and it works fine for me for
iptables.
However, I'm not sure how I purge ip6tables?
doing...
resources { "firewall":
purge => true
}
only purges iptables.
Currently I have 2 execs for persistence, 1 for iptables and 1 for
ip6tables depending on which