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 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 the .repo file in the /etc/yum.repos.d
> directory. Since I'm running Fedora 18, it tries to install the OpenStack
> Folsom packages rather than the Grizzly packages. Plus the nova-conductor
> package doesn't exsist in Folsom so it really fails!
>
> Any help would be appreciated!
>
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.