[Puppet Users] Same package name for gem and deb

2013-07-12 Thread Markus Shorty Uckelmann
Hi all, I want to do the following: package { 'zookeeper-deb': ensure = 'installed', name = 'zookeeper', } package { 'zookeeper-gem': ensure = 'installed', name = 'zookeeper', provider = 'gem', } This just fails with Cannot alias Package[zookeeper-gem] to

Re: [Puppet Users] Re: Execution order of classes

2013-05-27 Thread Markus Shorty Uckelmann
Am 24.05.2013 16:20, schrieb jcbollinger: Whenever I run this code on a client, the directories class gets executed first As judged how? Running puppet apply --test in a Client, destroying the client(it's a Vagrant instance) and doing it again... ;) All of the methods you tried for

[Puppet Users] Execution order of classes

2013-05-24 Thread Markus Shorty Uckelmann
Hi all, I'm stuck in the hell of class dependencies and hope that someone here can help me. Puppet-Version is 2.7.21 It's the Debian Squeeze package from the Puppetlabs Repo. I want one class to manage everything database related. So I call it in site.pp like this: node client1 { class {

Re: [Puppet Users] Execution order of classes

2013-05-24 Thread Markus Shorty Uckelmann
Am 24.05.2013 11:35, schrieb Markus Uckelmann: Hi all, Sorry for the double post. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send an email to