[Puppet Users] Clarification/Question re: Puppet 3.8, Cloud Provisioner, and VMWare

2015-05-08 Thread iandillon
Hopefully quick question about Puppet 3.8 and Cloud Provisioner. We're getting ready to upgrade to 3.8 PE and I noticed this in the 3.8 documentation: *Important*: Cloud Provisioner is deprecated in PE 3.8, and will be removed in future versions of PE. We recommend that you see the AWS

[Puppet Users] Multiple facts getting the same value

2015-05-08 Thread James Olin Oden
I created a custom fact file to generate home_$user entries for all users on the system containing their respective home directories: require 'etc' while pwEnt = Etc.getpwent do name = pwEnt.name home = pwEnt.dir var = home_#{name} Facter.add(var) do

[Puppet Users] Re: Clarification/Question re: Puppet 3.8, Cloud Provisioner, and VMWare

2015-05-08 Thread Mike Coleman
Ian - I'm the product manager for modules and provisioning here at Puppet Labs. We are replacing (and hopefully) enhancing the CP capabilities we're deprecating around both AWS (we've already shipped that module) and vSphere. The vSphere capabilities are currently under development, and,

[Puppet Users] Puppet Environments change after upgrading to 3.7.5

2015-05-08 Thread Jim Miller
Hi all, Just upgraded from 3.4.something to 3.7.5 and it seems how we were doing environments is depreciated. I've followed a couple of docs* for how to do this but seem to be missing something. Nodes can't seem to find modules. For now it's not a big deal because it's just a warning but I'd

Re: [Puppet Users] Open Source 4.0 version identifier vs. very different rpm and dpkg package versions

2015-05-08 Thread jcbollinger
On Thursday, May 7, 2015 at 2:22:24 PM UTC-5, jcf wrote: On May 1, 2015, at 08:14, jcbollinger john.bo...@stjude.org javascript: wrote: It would be ideal if every component that is developed on its own cycle and therefore has its own version number were delivered in its own package.

Re: [Puppet Users] Re: check if user exist

2015-05-08 Thread jcbollinger
On Thursday, May 7, 2015 at 11:22:43 PM UTC-5, Alfredo De Luca wrote: Hi John. I am aware that if I say userxx ensure is present will work but what I want is the first time create the user aNd set a default password but then when the user changes it own pass I just wanna check if is

[Puppet Users] `Connection timed out` in puppet module install

2015-05-08 Thread Jimmy Chu
Hi, I am trying to install a puppet module on CentOS 6.5. It returns Connection timed out error root@oo5:~# puppet module install openshift/openshift_origin --debug Debug: Runtime environment: puppet_version=3.7.5, run_mode=user, ruby_version=1.8.7 Notice: Preparing to install into

[Puppet Users] Puppet for VM on Windows 7 - confused!

2015-05-08 Thread Karen Ellrick
Having already used Puppet a bit by way of a pre-packaged ZIP file created by the PuPHPet online tool, I decided to try building a simpler VM without the tool. I have VirtualBox and Vagrant already installed and happy. What do I do next? I'm getting too many seemingly conflicting instructions.