[Puppet Users] Re: Error 400 on SERVER: Not authorized to call find AND Error 403 on SERVER: Forbidden request: client2.puppet.com

2014-02-03 Thread jyotir bhandari
Hi Resolved issue, mistake at my end was a typo error in auth.conf path /file was path /files Jyotir On Monday, 3 February 2014 15:08:08 UTC+5:30, jyotir bhandari wrote: > > Hi > > I am trying to transfer shell file via fileserver in pupper, but i am > continuously gettin

[Puppet Users] Re: Error 400 on SERVER: Not authorized to call find AND Error 403 on SERVER: Forbidden request: client2.puppet.com

2014-02-03 Thread jyotir bhandari
in https://projects.puppetlabs.com/issues/4367, but i still wasn't able to resolve forbidden error. Please guide where I might be doing mistake. Jyotir On Monday, 3 February 2014 15:08:08 UTC+5:30, jyotir bhandari wrote: > > Hi > > I am trying to transfer shell file via fil

[Puppet Users] Error 400 on SERVER: Not authorized to call find AND Error 403 on SERVER: Forbidden request: client2.puppet.com

2014-02-03 Thread jyotir bhandari
Hi I am trying to transfer shell file via fileserver in pupper, but i am continuously getting the mentioned error. *fileserver.conf* [files] path /etc/puppet/files allow * *auth.conf* path ~ ^/file_(metadata|content)/files/ auth yes allow /^(.+\.)?puppet.com$/ allow_ip 192.168.1.0/24

[Puppet Users] Re: call exec into another class as a variable / how to get output of shell echo $(($(date +%s) / 60 / 60 / 24)) into variable

2014-02-02 Thread jyotir bhandari
provider => 'shell', } } Thanks, again. Jyotir On Saturday, 1 February 2014 21:45:37 UTC+5:30, jyotir bhandari wrote: > > Hi > > I have date as shell command 'echo $(($(date +%s) / 60 / 60 / 24))', I > want to call this command in parameter of puppe

[Puppet Users] Re: call exec into another class as a variable / how to get output of shell echo $(($(date +%s) / 60 / 60 / 24)) into variable

2014-02-01 Thread jyotir bhandari
hash => '$6$salt$gUxP.t8.YpGkzSXlD5XOUBFAI7Jeat2pRraF7S2ycm36qprk76ihcTCqtgS3YS/dMk9j0EXIK..ZnVqi5YBKs1' } } Jyotir On Sunday, 2 February 2014 02:18:49 UTC+5:30, Jose Luis Ledesma wrote: > > Hi, > > It seems you are thinking that puppet is lik

[Puppet Users] call exec into another class as a variable / how to get output of shell echo $(($(date +%s) / 60 / 60 / 24)) into variable

2014-02-01 Thread jyotir bhandari
Hi I have date as shell command 'echo $(($(date +%s) / 60 / 60 / 24))', I want to call this command in parameter of puppet module, how can i do it. or how can i use exec { "date": commnand => 'echo $(($(date +%s) / 60 / 60 / 24))' } redirect ouput into some variable as $date and call into puppe

[Puppet Users] password is not setting up in /etc/shadow included libshadow on ubuntu 12.04 client

2014-01-29 Thread jyotir bhandari
Anyone who faced this type of issue. Jyotit -- 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 view this discussion o

[Puppet Users] password is not setting up in /etc/shadow included libshadow on ubuntu 12.04 client

2014-01-28 Thread jyotir bhandari
Hi I have been trying to set password on ubuntu 12.04 which is client. All the neccessary packages of ruby already exists. Password is not setting up in /etc/shadow. User creation is working just fine. *init.pp* class accounts { package {'ruby-shadow': name

[Puppet Users] Re: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError:

2014-01-19 Thread jyotir bhandari
Hi Jacob, Thanks that worked. Jyotir On Monday, 20 January 2014 09:22:33 UTC+5:30, jyotir bhandari wrote: > > Hi > > I am getting error when i try to add system user including fields > mentioned in system_user.pp, if I manually mention all the fields in > init.pp,

[Puppet Users] Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError:

2014-01-19 Thread jyotir bhandari
Hi I am getting error when i try to add system user including fields mentioned in system_user.pp, if I manually mention all the fields in init.pp, it just works fine. [root@server accounts]# pwd /etc/puppet/modules/accounts [root@server accounts]# tree . `-- manifests |-- init.pp `-- sy

[Puppet Users] Re: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class

2014-01-19 Thread jyotir bhandari
Hi Jose, Thanks, that helped and worked for me. Jyotir On Sunday, 19 January 2014 15:42:12 UTC+5:30, jyotir bhandari wrote: > > Hi > > I am trying to install package, which i was able to install if I kept the > pp file in manifests and then importing via site.pp, but not workin

[Puppet Users] Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class

2014-01-19 Thread jyotir bhandari
Hi I am trying to install package, which i was able to install if I kept the pp file in manifests and then importing via site.pp, but not working when i put it in module directory and then including class in nodes.pp *On puppet master* [root@server puppet]# tree . |-- auth.conf |-- fileserver.