+1 With kind regards, Patrick Uiterwijk Associate Software Engineer, Red Hat
> On 12 Sep 2014, at 18:54, Kevin Fenzi <[email protected]> wrote: > > I'd like to install ansible-openstack-modules rpm on lockbox01. > > This is for ticket 4519 and will help us get our new cloud install up > and running. > > +1s? > > kevin > -- > diff --git a/modules/ansible/manifests/init.pp > b/modules/ansible/manifests/init.pp > index 0c2c81c..3db1ee3 100644 > --- a/modules/ansible/manifests/init.pp > +++ b/modules/ansible/manifests/init.pp > @@ -4,6 +4,10 @@ class ansible::ansible { > ensure => present, > } > > + package { ansible-openstack-modules: > + ensure => present, > + } > + > file { '/etc/ansible/ansible.cfg': > source => 'puppet:///ansible/ansible.cfg', > require => Package['ansible'] > _______________________________________________ > infrastructure mailing list > [email protected] > https://admin.fedoraproject.org/mailman/listinfo/infrastructure _______________________________________________ infrastructure mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/infrastructure
