Displaying 20 results from an estimated 10000 matches similar to: "How can puppet help with change control of /etc"
2012 Sep 06
1
puppet bug in File selector ?
I tried to conditionally run etckeeper at the end of a puppet run.
For that I defined the following class :
class os::etckeeper::commit {
$cmd = "$operatingsystem" ? {
''debian'' => ''/usr/sbin/etckeeper'',
default => ''/usr/bin/etckeeper'',
}
exec {"etckeeper commit":
command =>
2011 Apr 07
3
Ubuntu Execution of '/etc/puppet/etckeeper-commit-pre' returned 1:
Hi
I have just put puppet onto a new Ubuntu install and it ran a couple
of times but now I get
Execution of ''/etc/puppet/etckeeper-commit-pre'' returned 1:
whenever puppetd runs.
Grepping on etckeeper-commit turns up lots of posts to ubuntu and
debian forums about changes made in February.
Does anyone know what the story is? I''ve ended up with a screwed pam
2013 Oct 18
1
'eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert unknown ca
Hi, ppl
I dont know what to do.
I configure a new client do sync with my server. the server accept de
client_cert without errors and then when i run the "puppet agent -t" agaion
i got this error output
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Failed to generate additional resources
using ''eval_generate: SSL_connect returned=1 errno=0 state=SSLv3 read
server
2012 Jan 15
1
puppet client server connection refused when I use puppet kick
I have very strange problem. I set up puppet client on serveral
servers but have problem with one of them.
When I invoke:
root@www ~ # puppet agent --server puppetmaster.domain.ltd --test
notice: Ignoring --listen on onetime run
info: Caching catalog for puppetclient.domain.ltd
info: Applying configuration version ''1326444431''
notice: Finished catalog run in
2013 Oct 09
6
Could not retrieve catalog from remote server: Error 400 on SERVER: cannot generate tempfile `/var/lib/puppet/yaml/facts/vagrant1.localdomain.yaml20131009-16545-8oie5i-9'
Hi,
i''m a newbie about Puppet( 1 month ~)
i got error on generate temp file, i''ll explain my situation:
-i have a puppetmaster(version: 3.3.0),executed on root
and a puppet agent(version 2.7) provisioning by vagrant,executed on root
-my site.pp, where webserv is a parametrized class, and typews is a
parameter to choice nginx or lamp module,
-i have my Enc node with path
2012 Aug 23
1
Puppet Agent VS User
Hello,
Running into a problem when wanting to daemon-ize the agent. It doesnt
seems to do anything:
- cannot find any daemon process with (ps aux | grep puppet)
- the config is not updated after editing some params on the master
- /var/log/puppet stay empty...
while, when logged as root, it is working without issue with $puppet agent
--test.
##Conf
Ubuntu 12.04
Puppet 2.7.11
## Daemon is
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
2010 Dec 14
11
Configure firewall with Puppet
Hello Everybody,
We need to open some ports on the target machine, let''s say
694:udp and 3306:tcp
I couldn''t find any documentation how can I do this with Puppet. What
the best way of doing this?
Thank you
Dmytro
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2013 Nov 19
6
Actual diffs in puppetdb?
Any plans to get the actual diffs of file changes into puppetdb? Right now
you get the hashes of the buckets on the host, but if diffs could get into
puppetdb, it could be extremely useful.
--
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
2013 May 13
1
puppet does not see changes in /etc/puppet/puppet.conf
I did a fresh install on Ubuntu 12.04 with apt packages from puppet labs. I
have agents talking to my puppetmaster.
Puppetmaster is running apache/passenger connected to puppetdb and
puppet-dashboard is setup to use puppetdb but it is not able to see any
reports submitted to puppetdb.
When an agent connects to master I see :
Info: ''replace facts'' command for hostname
2011 Aug 23
2
err: Could not run Puppet configuration client: execution expired
I am new to using puppet and having trouble when updating an agent
from a master which has a lot of files.
Usually the updates work, but when there are a lot of files I get this
error when running:
sudo puppetd --test --server puppet.example.local --trace --debug
>>>
debug: Failed to load library ''rubygems'' for feature ''rubygems''
debug: Failed to load
2011 Jun 09
6
Prerun, Postrun Commands, and Stages
Hi all,
I''m looking for background information about how bug #7127[1] should
be fixed: prerun_command don''t stop puppet on error
I think there''s general agreement that if the prerun command fails,
then the catalog should not be applied, but the report should be sent,
and the report''s status should be "failed".
However, what about the post-run
2013 Feb 12
2
Regarding the error Could not retrieve catalog from remote server:
Hi,
I am newbie in puppet. Now I have installed the puppet master and puppet
client on 2 nodes. when I ran puppet client with the command
*$ sudo puppetd --waitforcert 60 --verbose --debug --test*
*
*
*I have got an following error *
*
*
*
debug: Failed to load library ''selinux'' for feature ''selinux''
debug: Failed to load library ''ldap'' for
2010 Mar 09
0
puppetd --test
Hi all,
I have installed and configure puppet client in new virtual machine, but I
have this error when running
*puppetd --test (even if I run /etc/init.d/puppet restart)
/usr/lib/ruby/1.8/puppet/defaults.rb:136:in `handle'': Invalid environment
test (ArgumentError)
from /usr/lib/ruby/1.8/puppet/util/settings.rb:299:in `parse''
from
2011 Feb 15
6
trouble with retrieving information from current source
I''m rather new to puppet and I''ve been trying to get a module to work
on the client servers. Right now I''m trying to get
http://forge.puppetlabs.com/ghoneycutt/pam to run. When I try to run
it I get these two errors:
err: //pam/File[/etc/pam.d/sshd]: Failed to retrieve current state of
resource: Could not retrieve information from source(s)
2019 Aug 30
2
I broke "yum update" - C7
On Fri, Aug 30, 2019 at 12:17:47PM +0100, Gary Stainburn wrote:
> On Friday 30 August 2019 12:03:26 Alexander Dalloz wrote:
> >
> > Besides a corrupted certificates bundle I cannot imagine a different
> > root cause actually.
Just to mention that the 'etckeeper' package from EPEL is great for
tracking changes to /etc. Package installs trigger a commit, as do a daily
2020 Jun 02
2
yum/dnf diff
I'm used to using "git diff" and "svn diff" to view changes in my
development system. Is there a similar thing that works with changes
between a repository package and the installed RPM? Ie. something that
shows the changes in /etc hinted at by "rpm -V". I'm already using
etckeeper+git but that would combine changes from updates with my own
modifications.
2010 Aug 18
0
info: Retrieving plugin, err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using 'eval_generate': undefined method `closed?' for nil:NilClass
I''m not really sure the problem is a Plugin problem!! Note than a
puppet client was installed, i change the setting of ip/hosname and
try to re inscription the node to puppetmaster. I would like to
understand what happen. The errors/warnings messages are not very easy
to understand and sometime i''m lost. thank you for you advice. Eric
Puppet version: 0.25.4-2ubuntu6
2012 May 30
12
resource override
hi All,
I''m a bit new to puppet. Is there a mailing list for puppet beginners?:)
I have a service module called postfix, which defines file in a class:
file {
''/etc/postfix/main.cf'':
owner => "root",
group => "root",
mode => 644,
content =>
2011 Jun 29
0
Setting up puppetmaster-passenger on Debian
I am at the end of my rope here so I pray to the gods that
puppet-users can help.
Using Debian apt-get install puppetmaster-passenger you get a fairly
complete puppetmaster setup. I have the Pro Puppet book next to me and
following Chapter 4 on setting up Puppet with Passenger I can see that
apt has already done most of the ground work.
For example the config.ru script is owned by puppet,