Puppet is a configuration management system primarily for Unix and Linux systems
0
votes
0answers
10 views
Installing vagrant-vsphere plugin
so I recently installed the vagrant-aws plugin with vagrant plugin install vagrant-aws, after quite the adventure with ruby versions and dependencies. Anyway, for our deployment pipeline I need to ...
0
votes
0answers
6 views
Custom puppet type provider - exists? returning true causes 'undefined method' exception
I'm trying to develop a custom type provider for RabbitMQ, based on existing providers present in the puppetlabs rabbitmq module.
If exists? method returns false - everything works fine.
However, if ...
0
votes
1answer
15 views
Puppet: removing a package with --nodeps
Is there a method to remove a package without dependency removal? Essentially I would like to do the following command with puppet.
rpm -e package --nodeps
0
votes
1answer
46 views
Can anyone explain what is “undefined method `downcase' for :undef:Symbol” please?
Running Puppet on standalone mode (for the first time) to install mongodb and using puppet apply -v node.pp I'm getting this error:
Error: undefined method `downcase' for :undef:Symbol at ...
1
vote
1answer
21 views
RHEL service wouldn't start using Puppet
I was trying to set up gitlab using this module (https://github.com/sbadia/puppet-gitlab) with some modification to work with RVM and RHEL 6. I got everything working except the gitlab service ...
0
votes
1answer
19 views
Check if a variable is undef in puppet template
What is the proper way to check if a variable is undef in a puppet template?
In the manifest the variable is defined as follows
$myvar = undef
How is this checked in the template?
Is saw the ...
0
votes
1answer
21 views
Puppet exec unless doesn't appear to work how I expect
I'm trying to clone a db with exec from mysql, but I don't want to clone it if it has already been cloned.
exec { "clone_from_${name}" :
unless => "/usr/bin/mysql -u${user_to} -p${pwd_to} ...
0
votes
0answers
32 views
Enabling .htaccess files via puppet
I'm trying to enable .htaccess files in Apache using Vagrant and Puppet. When I add the "override" parameter to my vhost config and run "vagrant up", I get an error:
Invalid parameter override in ...
0
votes
0answers
25 views
How to manage a configuration accross modules?
it's been a while now that I manage servers configuration with puppet.
I want to add some configurations now, but often they depend on different modules.
For instance, configuring a host to tell NRPE ...
0
votes
1answer
30 views
Auto-generate puppet manifests?
Is it possible to auto-generate Puppet manifests from an existing system?
For example, if we need to deploy a site to a pre-configured VPS or shared server, is there a tool which could query a ...
0
votes
2answers
43 views
Execute an Installer from the Puppet Filestore
I have stored the installer for a Linux product, which I need to install with an answer file. I have the following code thus far:
class installpackage {
file { 'MyInstallerFile':
path ...
0
votes
0answers
41 views
why can't vagrant/puppet find apache?
Here's the output on running vagrant up. Besides this, I'm not even sure what information will be helpful.
puppetlabs-apache is available in subdir: modules
Bringing machine 'default' up with ...
0
votes
2answers
29 views
Puppet's Exec[] ignoring onlyif?
I'm experiencing a very strange behavior with Puppet's Exec type.
I have two similar Exec[] in a class, both with the onlyif parameter, as you can see below. The problem is Exec['apt-update'] is ...
0
votes
0answers
27 views
Using global variables in Puppet with roles/profiles without overriding in node-definition
I'm currently building a new puppet repository with Craig Dunn's roles/profiles paradigm and ran into a (foreseeable) problem trying to reduce node definitions to only include their role.
I'm working ...
0
votes
1answer
27 views
Actionscript 3 code one frame delay
I'm creating a puppet rig for an animation I am making. I've created two custom classes that inherit from the MovieClip class. One is the head I'm animating facing the camera and another is the 3/4ths ...
0
votes
2answers
24 views
Puppet resource ordering with puppet module “maestrodev/puppet-wget”?
Puppet allows resource ordering to specify the order in which resources are installed/created.
My ruby script uses package to install an application.
$app_firefox_name = "Firefox-0-DL"
...
0
votes
1answer
20 views
puppet master client certificate order deletion
i' ve a puppet master and a couple of slave server, and i' d like to change the hostname of the master system from a puppet manifest. To do this i change the neccessary files on the system (redhat, ...
1
vote
1answer
47 views
augeas and editing dynamic XML files
I have the following problem:
my XML (simplified):
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<properties>
<property ...
0
votes
0answers
51 views
Puppet agent in Red hat and SUSE
I have a problem in running puppet agent in Red Hat Enterprise Linux 6.4 and SUSE Linux Enterprise Server 11. In both cases, when I ran "puppet agent --test --verbose", I could see no error and the ...
0
votes
0answers
66 views
Github Boxen/Puppet: how to use global exec path in my manifest?
I'm trying to make my own boxen config and I need to modify ~/.MacOS/Environment.plist.
I'm trying the following in my manifests/site.pp:
property_list_key { 'Set path for GUI apps in ...
0
votes
1answer
41 views
How to write/echo a log message when some event occurs using puppet?
For example, if I want print "Reboot required!" when the file /var/run/reboot-required exists, how could I declare this in puppet?
I learned about alert(), warning() and the notify type, but I don't ...
2
votes
3answers
110 views
Why can't my puppet agent on a vagrant vm connect to my puppetmaster service on its vm?
My goal is to have one or two nodes, and one puppetmaster. I used a bash script to provision each node with the puppetlabs repository and install the latest version of puppet and/or puppetmaster. But ...
0
votes
1answer
42 views
Virtual Host / Apache Setup on Puppet or Chef, requires re-provisioning?
I am deciding between using puppet or chef to provision a matching development and production environment. I plan to regularly add virtual hosts to apache. I have looked through the docs of both and I ...
0
votes
0answers
19 views
notify/subscribe across different service/install implementations
I'm working on a fork of a sentry module for puppet (https://github.com/thomasvs/puppet-sentry)
Since Sentry has a lot of dependencies, contrary to my usual approach of installing packages only, this ...
1
vote
2answers
49 views
Can I install puppet modules through puppet manifest?
Primary goal is to add all puppet modules automatically, so that all dev-env's and prod-env could be started with one command. How can I install puppet modules through puppet manifest?
2
votes
1answer
39 views
PHP extensions dependency issue when installing from puppet
does anybody knows how to resolve issue with dependencies for php extensions ?
default.pp
class { 'php':
package => 'php5',
service => 'apache',
version => '5.2.10.dfsg.1-2ubuntu6.5',
...
0
votes
2answers
44 views
How to set up custom bash environment for different users with puppet?
I'm just getting started with puppet (and vagrant) to set up the development environment for our team, which consists of 8+ developers, each of which have their particular bash configuration, etc. ...
0
votes
1answer
129 views
why does Puppet and Chef use Ruby? [closed]
We all know that Puppet and Chef are the superstars of the IT automation area, and they are developed in Ruby (though Chef 11 server was rewriten in Erlang).
In my working environment, a very large ...
-2
votes
0answers
37 views
Cant access postgres database using “-h localhost” [duplicate]
I have installed postgresql server on Scientific Linux 6.4, and after adding a user and a database, I cant connect using "-h localhost". Here is my error:
# psql -h localhost puppetdb puppetdb
psql: ...
0
votes
1answer
23 views
Puppet: Git installation for windows timeout
I have the following resources to install git on our windows server CI servers(don't need tortoisehg). It seems that is going for timeout even though the installation completes successfully. I have ...
0
votes
0answers
69 views
What is a recommended workflow using subversion and puppet on centos
this pertains to a scenario where subversion is being used as Version Control , and puppet is used not only to manage packages like tomcat, Jboss, etc, but also applications like perl based ...
0
votes
0answers
40 views
What are the benefits of using Chef/Puppet on a small project? [closed]
Lets say a developer has no previous exposure to Chef/Puppet, what are the advantages of using Chef/Puppet on a side project? Assuming the project stays relatively small, what are the ...
0
votes
1answer
16 views
file recurse change very slow in puppet
file { '/opt/graphite/storage':
ensure => directory,
recurse => true,
owner => 'www-data',
group => 'www-data',
}
I have about 50G files in ...
0
votes
0answers
27 views
How to update class parameters in Puppet Foreman?
I would like to be able to update the class parameters for a specific host through the foreman api. I can't seem to find a way to do this despite hours of google searching and trial/error.
For ...
0
votes
0answers
13 views
Install Mercurial Module for Windows Silently
I am trying to install the following package mercurial-2.2.1.win-amd64-py2.6.exe silently to add it to my Puppet manifest.
I tried already with /s /q with no results.
-1
votes
0answers
39 views
How do you use simondean iis module from puppet forge [closed]
I'm posting this as a question because of the frustration trying to make this module work. I searched online for examples on using this but with so few downloads I couldn't find anything useful. So ...
2
votes
1answer
51 views
Is there an equivalent of Berkshelf, but for Puppet modules?
Currently it seems that Berkshelf is limited to only managing Chef Recipes.
Just wondering if there is anything equivalent to Berkshelf, but for Puppet Modules ?
0
votes
1answer
53 views
sh startup.sh start tomcat with puppet module
I am trying to create a puppet module which installs tomcat. I got everything else working, the module downloads tomcat tar, extracts it, removes the package and changes the settings file from ...
0
votes
1answer
30 views
How to include a subtemplate in a Puppet template
I'm trying to include a subtemplate in a template for one of my Puppet modules. Here's how I do the include in my base template:
<%
def import(fname)
erb =
...
0
votes
1answer
29 views
Ruby how to extend method to accept new parameter
I hope someone can help me with this.
I have this method in ruby:
def puppetrun_oneClass!
ProxyAPI::Puppet.new({:url => puppet_proxy.url}).runSingle fqdn
end
which I then call within this ...
1
vote
1answer
67 views
Matching a regex against another regex in Perl
I wonder if there is an elegant way to match one pre-compiled regex against another? I suppose not, but still decided to ask.
Say, I want to find all nodes in Puppet's node.pp corresponding to a ...
0
votes
1answer
47 views
Puppet - Variable for package name fails
I'm new to puppet, and I am stumped.
I am installing gcc, gcc-c++, openssl and openssl-devel.
In the code shown, $openssl_devel works but $c_plus is undefined.
Why is puppet setting $c_plus to ...
0
votes
1answer
38 views
Puppet - requiring a defined resource with parameters
I'm very new to Puppet, and can't seem to find the answer to this question. I have a defined Puppet resource that takes a few arguments:
class xy::xy {
include apache:regular_apache
define ...
0
votes
0answers
33 views
Puppet Class Default Parameter/Variables
I am using a custom ENC and would like to be able to have classes default parameters to variables higher in scope.
This allows me to set a variable in the top scope, node scope, wrapper class scope, ...
0
votes
0answers
46 views
puppet ignores ENC classes
I am using a ruby script to retrieve the class parameters and my YAML output is as below:
classes:
tomcat_install:
tmp_dir: /tmp
tomcat_home: /tmp/tomcat6
puppet.conf is as below:
...
0
votes
1answer
55 views
How can i install ONLY LTS version of Jenkins with puppet
I tried:
# jenkins.pp
class jenkins {
yumrepo { "jenkins":
baseurl => "http://pkg.jenkins-ci.org/redhat",
descr => "Jenkins",
...
0
votes
1answer
34 views
Variables in another pp file cannot be fetched
I'm learning Puppet and start writing a module from this tutorial.
In package.pp and config.pp, I want to use openswan::params::*nameOfVariable*, but it remains undef.
I'm using version 3.1.1 of ...
0
votes
0answers
35 views
Puppet breaks with multiple node inheritances
Puppet on the tst-01 works fine when using:
node "tst-01" inherits basenode {
But it breaks when I try to organize servers into groups with this configuration:
node "tst-01" inherits redhat6server ...
0
votes
0answers
54 views
How can i install Eclipse using puppet
I found a puppet module on github puppet-eclipse
as per the README:
Here is an example of how use this code in our own manifests:
# install eclipse indigo and the plugins we use in our own ...
3
votes
1answer
70 views
Use custom puppet functions in Vagrant
I'm trying out custom functions in puppet for the first time to write some simple helper functions for my manifests. I put the code in {my_module}/lib/parser/functions/myhelper.rb, but if I ...

