Hi,
I've been trying to setup openstack keystone for my DEV environment using
Puppet. Everything works fine, except the 'exec' resource.
I have tried the below things, but not getting the desired results
1. '*/bin/bash -c 'source /root/openrc.sh*' in the command attribute, but
nothing happens
Hello Will/Felix,
Both of you were right. I upgraded my Puppet setup to 3.7.1, but no luck :(
Would request you guys to post me the link of puppet-labs repo ( 3.6.x ) .
Im asking the link from you guys because i'v been racking my brains for
days together behind this issue, so just wish to make
Hi all,
Thanks for all your help and suggestions. The issue got resolved.
It was a silly mistake that i was doing. I was creating the manifest in
wrong dir path. My actual environment where puppet would look for manifest
files is --/etc/puppet/environment/production/manfiest.
And i was pla
Hi,
Can anybody please help me in resolving the below issue :
Problem :
My basic manifest file in which i just wish to ensure that "katie" is
present.
*# cat /etc/puppet/manifests/user-absent.pp*
*user {'katie':*
* ensure => present,*
*}*
When i run :
*# puppet apply user-abse