[Puppet Users] vagrant and reusing certs after destroy box

2014-02-27 Thread johan-OF
Hi, The situation ; Whenever I bring up a vagrant box, I do a puppet run against my puppet master to configure some common things I need. And I want to avoid the remove/new request and sign cycle after a vagrant destroy. This can be done using following vagrant config : vm_config.vm.pro

Re: [Puppet Users] Re: recovery from foreman

2014-02-27 Thread johan-OF
Because it is in your puppet.conf : external_nodes = /etc/puppet/node.rb more info about ENC : http://docs.puppetlabs.com/guides/external_nodes.html On 02/27/2014 07:29 PM, mjack...@broadsoft.com wrote: Hi, I uninstalled foreman. why would node.rb be utilized? Regards, On Wednesday, Febr

Re: [Puppet Users] Re: puppet module generate skeleton not working on PE?

2014-02-27 Thread johan-OF
Hi, IMO, I think it is a good thing not to develop your modules under root account. So for me this is more a feature than a problem. Grts Johan On 02/26/2014 07:58 AM, Stephen Wallace wrote: Peter, When I ran the puppet module generate as non-rootit worked like a charm! Maybe some of

Re: [Puppet Users] How to use puppet modules on the forge on vagrant

2014-02-25 Thread johan-OF
it is always handy to show your command. Assuming you did a a pupept apply, add the --modulepath to the command. puppet apply --modulepath=/tmp/vagrant-puppet-1/modules-0/ /tmp/vagrant-puppet-1/modules-0/ntp/tests/init.pp puppet knows now where to find the other classes. HTH grts jo On 02

Re: [Puppet Users] install_options =>{$:: variable} -syntax

2014-02-25 Thread johan-OF
Hi Helen, "INSTALLDIR=${::agenthome}\jre" HTH Jo should do the trick On 02/25/2014 10:52 AM, Helen Paterson wrote: Hi, What is the syntax for install_options containing a variable ? This code below works fine,but i'd like to remove D:\BuildAgent\jre' and replace it with ${::javahome}, what