[Puppet Users] Re: puppet uninstall package

2013-04-10 Thread jcbollinger
On Tuesday, April 9, 2013 5:50:28 PM UTC-5, Francesco wrote: Now eureka I have uninstall screen with rpm and I have created the following I begun from screen installation again :))) /etc/puppet/modules/screen/manifests/init.pp class screen { package { 'screen': ensure =

[Puppet Users] Re: puppet uninstall package

2013-04-09 Thread jcbollinger
On Monday, April 8, 2013 3:46:40 AM UTC-5, Francesco wrote: Hy I m a new user in world puppet I have installed a packge test on a node screen without problem Now i want to try to uninstall it but without success. This is the file configuration this is my file init.pp package

[Puppet Users] Re: puppet uninstall package

2013-04-09 Thread Francesco
Now eureka I have uninstall screen with rpm and I have created the following I begun from screen installation again :))) /etc/puppet/modules/screen/manifests/init.pp class screen { package { 'screen': ensure = 'present' } } under this path I ve declared class