Closed clburlison closed 9 years ago
Everybody's favourite answer: "It works for me..." 😋
I just cut & pasted that code into my config and it added and subsequently removed it.
Can you try this...?
sudo puppet resource mobileconfig com.apple.Safari ensure=absent
That should definitely work (Hiera or not) and the principle is the same.
Thanks Brian! The above also works for me. I just had to stop making changes to production and verifying on a machine set to testing. Easy to get lost in hiera.
Is it possible to remove a profile that has been installed with hiera using hiera?
Install example:
Remove example:
The following makes me think it is possible mobileconfig.rb#L47-L50 but I'm not getting it to work. Am I missing something?