[Puppet Users] Unable to run source using 'exec' resource

2018-04-22 Thread Justin tim
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

Re: [Puppet Users] Re: Unable to do "puppet apply nodes.pp"

2014-09-24 Thread Justin tim
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

[Puppet Users] Re: Unable to do "puppet apply nodes.pp"

2014-09-20 Thread Justin tim
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

[Puppet Users] Unable to do "puppet apply nodes.pp"

2014-09-10 Thread Justin tim
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