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
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
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
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
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
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
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
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
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,
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
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
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.
12 matches
Mail list logo