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.
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
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,
whi
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
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
suppor
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 p
On Thursday, May 7, 2015 at 2:22:24 PM UTC-5, jcf wrote:
>
>
> On May 1, 2015, at 08:14, jcbollinger >
> 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. Package management system
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 /etc/puppe