Hi,
I'm having a hard time figuring out how to make rake spec tests work correctly
with hiera and puppet 3. Should I just give up for now until the various gems
work with puppet 3?
--
maarten
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
T
Are you sure your client is using 3.x? This error typically crops up with older
facter versions which don't define the osfamily variable.
To test, run "facter" on your client and see if osfamily is listed.
Sent from my iPhone
On 01 Mar 2013, at 01:47, "Alejandro Betancourt"
mailto:alejandro.be
Hi,
I believe the onlyif "wins" in this case. Splitting it up into two statements
would be the right thing to do IMO.
It would also be cleaner, since they are in effect two different cases: stopped
(and in need of starting), and running (but in need of restart).
The fact that these both run t