Re: [Puppet Users] Puppet to install and rollback using single module.

2013-09-18 Thread David Schmitt
Hi, Alessandro's modules at http://github.com/example42 do install/rollback all the time. You might want to look at them how they do it. Regards, David On 2013-09-16 11:31, Chatchai Neanudorn wrote: Hi all, I would like to provide installation and rollback for any module. Here are was I'v

[Puppet Users] Puppet to install and rollback using single module.

2013-09-16 Thread Chatchai Neanudorn
Hi all, I would like to provide installation and rollback for any module. Here are was I've tried but not work, At modules/katie/manifests/init.pp class katie::add { tag 'add' user {'katie': ensure => present, } } class katie::remove { tag 'remove' user {'katie': ensure => absent, } } clas