[Puppet Users] Using puppet for the configuration of a custom appliance

2015-04-06 Thread varun umesh
I am planning to use puppet for the configuration of a custom network appliance. My main problem is i am unable to install puppet on the appliance, as it is not supported. I have access to the rest api's exposed by the appliance. So can i use puppet to make the rest api calls and try to do

[Puppet Users] Re: Dependency problem for Puppet yum package

2015-04-06 Thread Alex Harvey
On Tuesday, April 7, 2015 at 3:05:09 AM UTC+10, staceyt...@gmail.com wrote: Hi all, I am trying to use puppet to downgrade my gdm package from 64 to 39, but got package dependency problem: Here is my class: class gdmver39 { yumrepo { 'custom': baseurl =

[Puppet Users] Re: Using puppet for the configuration of a custom appliance

2015-04-06 Thread lupindeterd
On Tuesday, April 7, 2015 at 8:09:41 AM UTC+12, varun umesh wrote: I am planning to use puppet for the configuration of a custom network appliance. My main problem is i am unable to install puppet on the appliance, as it is not supported. I have access to the rest api's exposed by the

Re: [Puppet Users] Re: Status of Data in modules

2015-04-06 Thread Gregory Orange
Hi Fraser, On 02/04/15 19:56, Fraser Goffin wrote: Here's a simple example that works for me :- --snip-- Wonderful, thank you. Using your work plus https://github.com/zipkid/puppet3-hiera_data_in_module/tree/master/modules/test, I've got it working. I _think_ my only problem was that I was

[Puppet Users] Managing multiple files in a directory - permissions issue

2015-04-06 Thread Dave Hunsinger
Can somebody help me with what I'm doing wrong here? I want to copy all sshkeys in the file resource of this puppet module to the machine: class sshkeys { file { '/etc/ssh/ssh.keys': ensure = directory, owner = 'root', group = 'root', source = puppet:///sshkeys, recurse = true,

[Puppet Users] developing module for k5login

2015-04-06 Thread Dhaval
hello, I am trying to develop puppet module for k5login entries .. now my question is, how do i manage entries for multiple hierarchies ? currently when i try it, it picks up from where it finds entry first and completes it, how do i get values so it creates an array from all hierachies and

[Puppet Users] Dependency problem for Puppet yum package

2015-04-06 Thread staceytian4321
Hi all, I am trying to use puppet to downgrade my gdm package from 64 to 39, but got package dependency problem: Here is my class: class gdmver39 { yumrepo { 'custom': baseurl = 'file:/home/admin/REPO/WS6.4', enabled = 1, } package { gdm-libs: ensure = '2.30.4-39.el6', require =