[Puppet Users] Can Puppet interact with perl script user input fields?

2012-10-04 Thread Jon Skarpeteig
I'm trying to automate deployment of centrify-samba, which has a adbindproxy.pl setup script attached. This script expects user input (where 9 out of 10 options can be defaulted). Is there any way for Puppet to preconfigure the inputs for this scripts, and mimic user behavior by supplying this info

Re: [Puppet Users] Can Puppet interact with perl script user input fields?

2012-10-04 Thread Guzman Braso
Hi, Please, be warn that I'm not a puppet guru, and very likely what I'm going to tell you it's not recommended at all. I've deal with the same issue with fdisk because sfdisk did not allow me to do some stuff and needed to align some extra ssd drives from puppet. exec { "run_abindproxy.pl": l

Re: [Puppet Users] Can Puppet interact with perl script user input fields?

2012-10-04 Thread Peter Brown
It's probably easier in the long run to work out what that script does and replicate those settings in your samba puppet class. On 4 October 2012 19:34, Jon Skarpeteig wrote: > I'm trying to automate deployment of centrify-samba, which has a > adbindproxy.pl setup script attached. This script exp