Displaying 20 results from an estimated 70000 matches similar to: "manifest with the gpg sign"
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
2012 Jan 09
1
Manifest organization
Hello
I am new to Puppet and am having a hard time relating modules and
classes in configuration files to actual operating system files. For
instance I saw the following example on this list:
node ''somenode'' {
include puppetmaster
}
class puppetmaster {
include common
include puppet
include ldap_auth
include iptables::disabled
include httpd::ssl
include
2013 Mar 06
0
"Cannot find definition Class" and "Could not find class" hiccups after manifest/module update - once for every agent
We use puppet with two environments: [main] and [development]. These
environments have different locations for their puppet manifests and
modules (see puppet.conf below). Whenever I change/update a file in the
directories belonging to the “main” environment, puppetmaster notices these
changes and reacts to them w/o any hiccups.
In contrast to this – if I change/touch a file in a directory
2012 Apr 25
2
Unable to import a manifest file from a different directory to the one where site.pp is located using environments
Hi List,
Puppet Version: v2.7.13
Question - If I correctly setup multiple manifestdir''s in the puppet.conf
file how can I import a node pp file located in a different directory tree
to site.pp?
My configuration information is below.
In my puppet.conf file I have setup an environment called "stable", within
this environment I have setup the manifestdir, modulepath and
2013 Oct 30
4
Warning: Local environment: "42A" doesn't match server specified node environment "production", switching agent to "production"
Hi,
When I run puppet agent --test --environment 42A, I have the following
warning :
Warning: Local environment: "42A" doesn''t match server specified node
environment "production", switching agent to "production".
...
The puppet manifest for the environment "42A" isn''t applied.
The puppet version is 3.3.1-1puppetlabs1 on agent and
2013 Jun 20
3
Apply a specific manifest on agent
Hi All,
I am new to Puppet and I am wondering if there is a way to just apply a
manifest one-time (present on the master, not included in site.pp) on an
agent node without having to edit site.pp? It''s like I want to run a
command on the agent that will do this for me.
Something analogous to "puppet apply <manifest>" except that the manifest
is not locally present on
2013 Mar 25
1
Unresponsive nodes with no pending task in the dashboard
Hi,
Since this morning all nodes are showing as unresponsive. I have faced a
similar error before and the problem was fixed restarting the
dashboard-workers as there were many pending task in the puppet dashboard.
I am using Puppet Enterprise 2.7.1 version.
I have already checked/done:
* Restarted the puppetmaster server
* Check that puppet-dashboard-workers are working
* Time is synced
2011 Apr 07
1
Setting puppetmaster modulepath from inside manifests
Greetings all
Am trying to solve a problem, not entirely sure I''m approaching it
from the right angle.
Setting up a reasonably big site (servercount in the four digits) with
puppetmaster and clients (puppet 2.6.x). We are required to have
versioned modules (base SOE module, app X module, app Y module, etc -
all with multiple classes etc inside) managed on an underlying SVN
repository.
A
2013 Feb 12
6
Run Puppet Against Master with Local node.pp Manifest?
Does anyone know if it''s possible to run Puppet as if it''s running with a
Master, but using a locally created node.pp manifest?
I''m looking into doing some unit tests on applications that are installed
by Puppet. To do this, I''m trying to use a test VM server which I''ll deploy
applications onto. I figure that the easiest way is probably to
2013 Nov 28
1
puppet-users-br err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=unknown sta
Just installed the puppet master server in
and the client just installed the puppet
I managed to sign the certificates
root@Puppetmaster:/etc/puppet# puppet cert --list --all
+ "puppetclient" (96:9A:C3:8D:B6:72:A4:5F:01:AA:40:A9:95:3E:FB:D2)
+ "puppetmaster" (12:92:DF:EB:72:E5:DF:99:D8:22:CA:5F:22:3A:1D:61)
at the time I create the file site.pp in / etc / puppet / manifests
2013 Oct 02
1
Howto model different stages
Hi all,
I''m trying to find a nice way to model different stages (like: live, test,
dev) of puppet modules. Initially I thought of different branches inside
one (Git) repository...
- either being checked out on one puppetmaster into different
directories being used as different puppet environments
- or being checked out on different puppetmasters
but then colleagues of mine
2009 Feb 10
3
something wrong with mongrel?
Hi all,
I''ve followed http://reductivelabs.com/trac/puppet/wiki/UsingMongrel
for configuring my puppet with mongrel.
Al seems to work fine, except that, after a reinstall of 40 nodes atone
time, I got many kind of errors like:
-------------------------------------------------------------------------
err: Could not request certificate: Certificate retrieval failed: .tmp
file already
2013 Mar 28
0
Puppet node does not see manifests on new puppet master
I have a puppet master that I had recently split into two, one handling just CA functionality and one handling the normal puppet master operations.
puppet_ca
puppet_master
Otherwise, both are configured identically as follows:
1) The modules are stored into separate environments under /etc/puppet/environments:
/etc/puppet/environments/foo/modules
/etc/puppet/environments/bar/modules
2013 Feb 11
2
non-US-ASCII charapters in manifests (windows & puppet 3.1)
Puppet 3.1 is released, but problem not fixed. Puppet 3.0 and 2.x don''t
test manifest for non-ASCII and write uncorrect characters to system (like
file names, folders, files and other) . But now Puppet 3.1 test manifest
and stop.<https://lh5.googleusercontent.com/-aRLPbc_OYbA/UQY4w9ivc6I/AAAAAAAAACU/nqH8b5IRbgI/s1600/puppet%2B3.1b2.png>
--
You received this message because you
2013 Sep 06
2
puppetlabs/puppetdb module when using passenger for master
I''m working on configuring a master in a lab environment, using Puppet Open
Source. My master is running RHEL 6.
I want to use modules to manage the master itself as much as possible, so I
can use puppet to bootstrap itself as I go forward and move into production.
Using puppetlabs/puppetdb to configure puppetdb, I''ve overcome most of my
issues but I have two questions.
1)
2013 Mar 04
4
Problem while Installing software (agent) from puppetmaster to clients
I had installed puppet master and client on two different machines. machine
A has puppet master and machine B has client. both are centos6 64 bit
machines.
Machine B (client) is successfully connected to master (machine A). My aim
is to install New Relic agent (server monitorinig tool) on different
clients. I had installed new relic agent on machine A and trying to build a
module so that I
2014 Jan 29
0
hiera-eyaml-gpg gives strange error
Hi,
I'm trying to store some encrypted values in hiera, using either
hiera-eyaml or hiera-eyaml-gpg. While hiera-eyaml (PKCS7 encryption)
works fine, the agent gives the following error message when using
hiera-eyaml-gpg:
Could not retrieve catalog from remote server: Error 400 on SERVER:
Error from DataBinding 'hiera' while looking up 'the_secret_field':
can't convert
2013 Sep 20
3
Puppet nodes unable to send report to Puppet Master running under Passenger
Hello all,
I recently switched to running puppet master using Passenger. However, I am
seeing agents unable to send reports after a bunch of ''master'' processes
starting to accumulate and eat all the RAM and swap space.
Error: Could not send report: Error 500 on SERVER: <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML 2.0//EN">
<html><head>
2013 Oct 07
6
Force Fact within manifest
I have a requirement where I want a Fact to be stored in PuppetDB during
the manifest run and not during the initial fact gathering phase.
I know I can, in my manifests, create a file in /etc/facter/facts.d or I
can write a Ruby script that will then be distributed by plugin sync. But
both of these methods will only publish the fact during the initial phase
of the puppet agent run. What I
2013 Apr 16
0
Puppet Dashboard errror
Hi All,
For some reason my puppet dashborad is not starting and new node requests
are not displaying in dashboard. I am getting following error while
restarting Puppet dashboard.
root@PuppetMaster:/etc/puppetlabs/puppet/modules#
/etc/init.d/pe-puppet-dashboard-workers start
* Starting PE Puppet Dashboard
Workers