Displaying 20 results from an estimated 50000 matches similar to: "Adding nodes to groups automatically"
2013 Feb 21
8
Facter & Puppet disagree on RHEL 6?
I''ve run into an odd one on one of my new RHEL 6 boxes. Puppet and Facter
seem to disagree about the value of a fact.
Puppet version: 2.7.9
Facter version: 1.6.4
Module: puppetlabs-apache
apache::params falls through its if structure:
if $::osfamily == ''redhat'' or $::operatingsystem == ''amazon'' {
...
} elsif $::osfamily ==
2013 Mar 01
2
Puppet newbie
Hi
I am new in Puppet and i have one error when i test Postgresql module in
infrastructure mode.
I''m using Puppet 3.1.0 in Debian squeeze or 6.0.7
i tape the next command puppetd -t -v and this is the error
info: Retrieving plugin
info: Loading facts in pe_version
info: Loading facts in postgres_default_version
info: Loading facts in iptables
info: Loading facts in puppet_vardir
2013 Jun 19
0
Pip provider fails on RedHat osfamily when pip not installed via RPM (Could not locate the pip command)
In resolving bug 15980, the pip package provider was changed to recognize
the RedHat osfamily fact and use the executable name "pip-python" in those
environments. This does not take into account environments where pip has
been installed via easy_install or by custom rpm providers. In those
environments (such as mine) this osfamily change breaks the pip provider,
requiring as a
2013 Mar 20
2
Still problem using Chocolatey provider on Windows
As some before me on the group, I have a problem getting the Chocolatey
provider to work on Windows.
I downloaded it from Github and placed it in
/etc/puppetlabs/puppet/modules/chocolatey. (I am running Puppet Enterprise
2.7.19).
On a Windows 8 client, I have a very simple manifest:
class install_notepadplusplus {
if $::osfamily == ''windows {
$pkg =
2013 Nov 12
1
How to get Puppet Ent Agent for Mac Mountain Lion?
Dear All,
I''m very new to Puppet Enterprise.... I have the following setup so far:
1. Puppet Master (Puppet Ent) on Ubuntu with its own Agent
2. Puppet Agent on MAC Mountain Lion
Everything looked ok but then I noticed this on the MAC (below), which
suggested to me I had the wrong Agent? I''m a little confused on how to get
the Puppet Ent Agent for MAC?
Info: Retrieving
2011 Oct 10
0
Announce: Facter 1.6.2. available
Facter 1.6.2 is a maintenance release containing fixes, updates and
refactoring. Primary new features include updated facts for DragonFly
BSD, Amazon Linux and Windows.
A few other facts have been added and updated. Full release notes below.
This release is available for download at:
http://puppetlabs.com/downloads/facter/facter-1.6.2.tar.gz
See the Verifying Puppet Download section at:
2013 Sep 16
10
Unable to specify hierarchy for data-in-modules
Hello,
I''m running Puppet agent stand-alone on Windows.
I got data-in-modules working. However, no matter what I put into the
module hiera.yaml,
I can only override the defaults from common.yaml by osfamily (and not,
e.g., by environment).
In the setup below the following command outputs:
>puppet apply --binder -e "notice lookup (''my_key'')"
2013 May 20
2
hiera-gpg and 400 error
Hello
I am setting up servers with a puppetmaster and various nodes, all running
Debian Wheezy with the Puppet 3 packages from Puppetlabs. The Puppetmaster
is configured with Passenger and Apache.
I am trying to use hiera-gpg to encrypt passwords, I have it installed and
have created a key as described here:
http://www.craigdunn.org/2011/10/secret-variables-in-puppet-with-hiera-and-gpg/
On
2013 Jun 12
2
Executing a script after creating vhosts with create_resources
Hello
I''d love a bit of advice in terms of how I should best go about this.
I am creating a bunch of vhosts, their definitions are stored in json (I''m using heira) that json file will be generated from data held on another server. I''m just using the puppetlabs apache module and create_resources to then generate all the vhosts and their directories etc. I''m
2013 Feb 20
1
remove node parameters with dashboard rake api?
Is there a rake task for removing node parameters from the dashboard? The
online dashboard manual is silent on the parameters related to rake tasks
altogether.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
2013 Oct 02
1
Converting to heira format issue
Hi
I''m just getting into hiera and have now configured it, my attempts at migrating to hiera have been frustratingly hard as I''m not able to get the write syntax. Can someone help me in converting the below from a class declaration to hiera?
Current declarations in my declare.pp file:
class profile::web {
class { ''nsswitch'':
automount =>
2013 Aug 29
1
CREATE command denied to user 'dashboard'@'localhost' for table 'schema_migrations'
Hi Puppet Users group,
I have followed the guide to the puppet-dashboard DB "Preparing Schema"
part, once I run " rake RAILS_ENV=production db:migrate --trace", it shows
the following errors:
(in /usr/share/puppet-dashboard)
> rake aborted!
> Mysql::Error: CREATE command denied to user ''dashboard''@''localhost'' for
> table
2013 Sep 18
0
rake problem for dashboard
I''ve setup a new puppet master and I''m having trouble with running
dashboard rake commands. Any advise on why I may be getting this error
would be appreciated!
Thanks, Thomas
sh-4.1# pwd
/usr/share/puppet-dashboard
sh-4.1# sudo -u puppet-dashboard rake RAILS_ENV=production jobs:work
/usr/lib/ruby/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs'': Could
not
2013 May 08
1
deleting nodes in puppet-dashboard makes it hang
Hi,
I have 51 clients in puppet-dashboard – and when I tell it to delete a node
– it simply hangs forever. If I try to just open / on the puppet-dashboard
website – I get a proxy timeout (I have apache in front).
I end up having to kill webrick and start it again – with the node NOT
being deleted :(
I have commented on an issue here - which seems to be about the same:
2013 Apr 16
1
Ruby Error Encountered when Installing Dashboard for Puppet Open Source
I''ve installed Puppet and am installing Dashboard on CentOS 6. I''m running
into an ''undefined method'' when installing the dashboard. To install
Puppet Open Source, I ran:
> rpm -ivh
2012 May 17
5
modifying declared user/group types without resorting to inheritance?
Hello,
I have number of classes that deal with user management and I''ve run into a
snag with needing to extend/modify either the user or group types. I''m
using theforeman as an ENC.
The class structure I have is something like the following.
users::common
users::dev
users::prod
etc...
users::{dev, prod} do not use inheritance. Almost all node include
users::common.
2013 Aug 07
1
Puppetdb install from sources
Hi everyone
I''m currently trying to install Puppetdb on my puppet master server (on
Suse 11 SP2 64bits) using the Source method<http://docs.puppetlabs.com/puppetdb/1.3/install_from_source.html>and I can''t figure out why it is not working. It''s seems to be stuck at the
begining of the rake install
I have Facter in version 2.0.0
# facter -v
2.0.0
I installed
2012 Jun 15
3
Unsupported osfamily: Linux operatingsystem: Amazon
Hi all,
just installed the puppetlabs-mysql module for puppet on my Puppet server
which is an Amazon Linux (based on RedHat), but I get this error when I run
puppet agent --test :
*err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Unsupported osfamily: Linux operatingsystem: Amazon, module mysql only
support osfamily RedHat and Debian at
2013 Jun 05
3
dashboard/passenger not connecting on port 8140
I have setup passenger w/ apache, but my dashboard is not connecting
properly. I am getting the following errors
em::Specification#installation_path called from
/etc/puppet/puppet-dashboard/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It
will be removed on or after 2011-10-01.
2013 Aug 29
0
Yaml reports not uploading to puppet dashboard
Hi,
Iam a newbie to puppet, iam trying to set my local puppet master and
dashboard running on same server.
Iam also using https to connect to dashboard.
I can launch the dashboard on https://IP fine but i see only one report on
the webpage,
When i tried to import all the previous reports iam getting this error
# cd /usr/share/puppet-dashboard/
]# sudo -u puppet-dashboard rake