[Puppet Users] Re: Dependancy Problems

2013-08-19 Thread jcbollinger
On Monday, August 19, 2013 1:33:21 AM UTC-5, Sneha More wrote: > > Hi, > I think you can solve this by resolving dependancy in init.pp > You may try something like this. > > init.pp > > > class openstack { > include openstack::install > class {'nova::controller': > require => Class

[Puppet Users] Re: Dependancy Problems

2013-08-18 Thread Sneha More
Hi, I think you can solve this by resolving dependancy in init.pp You may try something like this. init.pp class openstack { include openstack::install class {'nova::controller': require => Class['openstack::install'], } On Saturday, August 17, 2013 2:11:31 AM UTC+5:30, towen27

[Puppet Users] Re: Dependancy Problems

2013-08-17 Thread jcbollinger
On Friday, August 16, 2013 3:41:31 PM UTC-5, towen27 wrote: > > I'm having some issues with dependencies for my puppet module/manifests. > > I've pasted some stuff on http://pastie.org/8243225# > > The problem I'm having is that Puppet is running the Class{ > 'nova::controller' } before putting