[Puppet Users] Re: Foreman-Puppet issue.

2015-04-26 Thread lupindeterd
On Monday, April 27, 2015 at 1:43:48 AM UTC+12, Balasekhar Nelli wrote: > > Hi there, > > I have been struggling with the bug that Puppet Master on Foreman unable > to communicate with the newly provisioning instance and thereby Puppet > Modules are not installing on the newly provisioned inst

[Puppet Users] Mapping application module to roles/profile pattern

2015-04-20 Thread lupindeterd
Hi, I'm lost on how to map my module usage to roles and profiles, particular case is with IBM Websphere but I guess the use case goes with other application server module. So in Websphere https://forge.puppetlabs.com/joshbeard/websphere one can have; * multiple instances running inside an OS

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

2015-04-08 Thread lupindeterd
On Wednesday, April 8, 2015 at 6:05:56 AM UTC+12, varun umesh wrote: > > Hello Lupin- > > Thank you for the update! Could you point me for any article, so that i > can take a look at how exactly it could be done. > > Thanks! > > -varun > Hi, I can't find any link but I won't be just treat it a

[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 th

[Puppet Users] Re: Type/Provider Error: /Type[name]: Could not evaluate: No ability to determine if xxx exists

2015-03-16 Thread lupindeterd
On Saturday, March 14, 2015 at 11:22:21 PM UTC+13, Krzysztof SuszyƄski wrote: > > You have declared a property ip. This means that it will be ensurable as > well and you should declare setter and getter for it: > > def ip=(newip) > # Mayby like this > host = resource[:name] > postda

[Puppet Users] Re: Type/Provider Error: /Type[name]: Could not evaluate: No ability to determine if xxx exists

2015-03-14 Thread lupindeterd
On Saturday, March 14, 2015 at 2:02:47 AM UTC+13, jcbollinger wrote: > > > > On Friday, March 13, 2015 at 2:54:56 AM UTC-5, lupin...@gmail.com wrote: >> >> Hi, >> >> I'm on my first attempt of writing a custom type/provider and hope to >> learn on the process. I'm got a stumbling block and lost

[Puppet Users] Type/Provider Error: /Type[name]: Could not evaluate: No ability to determine if xxx exists

2015-03-13 Thread lupindeterd
Hi, I'm on my first attempt of writing a custom type/provider and hope to learn on the process. I'm got a stumbling block and lost on what's going with this as I have defined the exist? method which apparently the usual suspect for this error. puppet resource tsam_host 'wakwak' ip='192.168.20.

Re: [Puppet Users] Inter-node dependency

2015-03-09 Thread lupindeterd
On Saturday, March 7, 2015 at 6:53:23 AM UTC+13, Felix.Frank wrote: > > On 03/06/2015 06:50 PM, lupin...@gmail.com wrote: > > hi, > > > > thank you for the reply, however the end state really is to have both > machine in sync and working as pair of primary/standby Database log > shipping.

Re: [Puppet Users] Inter-node dependency

2015-03-06 Thread lupindeterd
hi, thank you for the reply, however the end state really is to have both machine in sync and working as pair of primary/standby Database log shipping. The flow therefore are: 1) create backup in serverA 2) copy to serverB 3) restore copy serverB 4) start replication mode serverB 5) start repli

[Puppet Users] Inter-node dependency

2015-02-26 Thread lupindeterd
Hello, I'm pondering what is the best way to approach this problem( without MCollective). I have a serverA than will run a DB backup copy it over to serverB, then serverB do restore then notify serverA for it to execute the next phase of action. This scenario will have to take at least four o

[Puppet Users] Re: Module/Class ordering with contain()

2014-12-09 Thread lupindeterd
Hi, The initial error was a typo, but the Order of execution of class is not being achieve, is this possible? Cheers On Tuesday, December 9, 2014 9:22:35 PM UTC+13, lupin...@gmail.com wrote: > > > Hi, > > I'm struggling with Ordering/Relationship between modules classes, I used > this as my g

[Puppet Users] Module/Class ordering with contain()

2014-12-09 Thread lupindeterd
Hi, I'm struggling with Ordering/Relationship between modules classes, I used this as my guide http://puppetlabs.com/blog/class-containment-puppet but somehow still can't make it work correctly. So I have tail ../../role/manifests/lbserver.pp class role::lbserver { include profile::mode