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['openstack::install'],
>   }
>
>
There is nothing very magic about which class declares which.  Even more 
so, there is no correlation between the manifest file containing a 
relationship declaration and the meaning of that declaration.  Declared 
relationships mean the same thing no matter where the class expressing them 
is declared.


John

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to