Displaying 20 results from an estimated 4000 matches similar to: "puppet-foreman"
2011 Dec 15
2
time issue with puppet
Hi,
I have the following manifest that basically syncs the time for nodes really out of sync and ntpd can''t drift the time back fast enough.
The problem is that when puppet executes the catalog, and puppet changes the time, puppet never finishes because it can''t calculate the "run time" since puppet changed the time during the puppet run.
Is this a bug? Should I do
2011 Dec 08
4
Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/node13.pem
If anybody knows? plese tell me what is a reason of this problem, i`m
novice with puppet and sorry for my english=)
have error on client:
[root@node13 ~]# [root@node13 ~]# puppet agent --server=head02 --test
warning: peer certificate won''t be verified in this SSL session
warning: peer certificate won''t be verified in this SSL session
info: Creating a new SSL certificate request
2011 Apr 21
6
ssh_authorized_key fails when home directory doesn't exist
Here is my situation:
1. We use Active directory (LDAP) to store all user info which is retrieved from linux
2. A home directory is not created until the first time the user logs into the linux system
I am using the ssh_authorized_key type to push out my ssh keys to every system. However, because I haven''t logged into every system at least once. Puppet errors out due to a missing
2013 May 07
2
hiera not using non-root user custom fact
Hi,
Before I begin, my environment consists of a standard master/client config with the exception that all my clients run under a non-root user. I have to use non-root so I can''t simply restart under root to fix the problem.
Master -> 3.1.1
Client -> 2.7.17
using mostly the hiera() function in my classes.
problem:
I have run into an issue today where my custom fact is not
2012 Aug 28
4
Error 400 on SERVER: Could not write /var/lib/puppet/ssl/ca/requests/agent1.pem to csrdir: undefined method `exists?' for nil:NilClass
I''ve been confused by this question for near two days ...my puppet master
version is 2.7.9-1.el6 and client versiong is 2.6.16-2.el5. This is what
my command lines shows:
*[root@agent1 ~]# puppet agent --server=edward --test --waitforce 30*
info: Creating a new SSL key for agent1
warning: peer certificate won''t be verified in this SSL session
info: Caching certificate for ca
2013 Mar 26
1
Can't convert Puppet::Util::Log into Integer
Hi all,
Could anyone help me at least start debugging this issue?
All agents have the same error, but i can''t find anything on the
master-side logs. And the agent-side logs are non-existent (/var/log/puppet
is empty).
Thanks.
Versions:
Master:
Red Hat Enterprise Linux Server release 6.3
puppet-server-3.1.0-1.el6.noarch
puppetdb-1.1.1-1.el6.noarch
puppetdb-terminus-1.1.1-1.el6.noarch
2011 May 13
5
puppet resource for group
Hi,
Why doesn''t puppet resource group tell me who belongs to the group?
Given the group such as:
mg_team:x:501:smruph, cosman, msmith, mhankey
With the command:
puppet resource group mg_team
only returns:
group { ''mg_team'':
gid => ''501'',
ensure => ''present''
}
I was expecting:
group { ''mg_team'':
2012 Jul 04
8
on puppet master server , puppet agent can't connect to itself
on my puppet master server (v 2.7.17 , both server and client version) ,
the puppet agent can''t connect to itself. other clients connected to this
puppet server are working fine.
the hostname is puppet.domain.com
[root@puppet /]# cat /etc/puppet/puppet.conf
[main]
# The Puppet log directory.
# The default value is ''$vardir/log''.
logdir = /var/log/puppet
2011 Nov 04
1
Storeconfigs and nagios and foreman
All-
Poking around in the bug database it looks like storeconfigs is being
actively worked on. I am using 2.7.6 on my master as well as all the
clients. I have clients boot , start puppet and get a signed cert via
auto signing. The nagios module (and currently the only thing puppet
does) complains a lot during compile time about not having
storeconfigs enabled, which is not the case in my
2013 Feb 25
5
Puppet execution hangs for long periods of time
Hi,
I wrote a little "hello world" script and I am a little concerned by
execution that hangs for long periods of time.
*computer:*
Windows XP Professional Service Pack 3
Intel(R) Xeon(R) CPU
W3550 @ 3.07GHz
3.07GHz, 3.50 GB of RAM
*init.pp:*
class hello
{
notice(''Hello world!'')
}
*command line:*
puppet apply --debug -e ''include hello''
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
2012 Nov 05
6
err: Could not request certificate when I run "puppet device"
1. I get the following error when I run “puppet device’
err: Could not request certificate: Could not write
/var/opt/lib/pe-puppet/devices/certname/ssl/private_keys/certname.pem to
privatekeydir: Permission denied -
/var/opt/lib/pe-puppet/devices/certname/ssl/private_keys/certname.pem
Any thought?
Thanks,
--
You received this message because you are subscribed to the Google Groups
2013 Aug 30
1
Could not find certificate Error: header too long
I''m having a strange issue:
A new machine created this morning showed thi error:
ON PUPPET AGENT
[root@wso2greg ~]# puppet agent --environment=production --verbose
--no-daemonize --debug
Debug: Puppet::Type::User::ProviderUser_role_add: file rolemod does not
exist
Debug: Puppet::Type::User::ProviderPw: file pw does not exist
Debug: Failed to load library ''ldap'' for
2012 Jan 20
9
client not getting updates no error message
whenever i run a test from client it finishes sucessfully but client
is not getting any configuration changes from server
[root@PROXY-02 tmp]# puppetd --noop --test
notice: Ignoring --listen on onetime run
info: Caching catalog for proxy-02.carnation.in
info: Applying configuration version ''1327091881''
notice: Finished catalog run in 0.02 seconds
[root@PROXY-03 modules]# puppet
2012 Oct 10
1
Set a windows environment variable from manifest
I want to setup java jdk and maven and need to set some environment
variables that stick around after reboot. I also need to add to values to
the path variable so I can call via the command line. What''s the best way
to set permanent environment variables for windows via the manifest?
Is there a custom type for this?
Corey
--
You received this message because you are subscribed to
2011 Aug 08
4
Help with retrieving a user's environment variable
Hi,
I need to get the environment variable ORACLE_SID from the OS. I know this can be done with the following:
$blah = env("PATH")
However, the ORACLE_SID variable is only set under the oracle user account. So I would need a way to login as the oracle account first to retrieve the ORACLE_SID variable. Is there anyway to get the environment variable from a user''s account
2011 May 05
1
variables inside a template for my hp ilo device
I am writing a hp ilo module to automatically assign a static ip that is derived from the IP of the system which is fed in via facter. I basically just need to change the network the ilo is connected to.
The ruby code works great inside the irb console. However, puppet doesn''t seem to be able to use the variable I have derived from the ipaddress. This is my first template so I am not
2013 Aug 07
1
Adding Foreman to an existing Puppet master
Greetings:
Sorry for cross-posting this question, but I haven''t gotten any love
over on the Google Forum for Foreman users<https://groups.google.com/forum/#!forum/foreman-users> (their
forum isn''t as active as this one). I only recently learned about The
Foreman and I''d like to deploy it on a 64-bit Ubuntu 12.04 LTS workstation
to provision/manage a bunch of
2012 Oct 03
5
is_virtual selector
I too have been pushed into Puppet 3.0. Clients and PuppetMaster are now
at 3.0.0. Not sure if this is a version change or syntax error that I am
experiencing. We''ll use ''ntp'' as the example and the "build" host is a VM.
The old way:
class baseline::ntpd {
package { "ntp":
ensure => $virtual ? {
physical => present,
2011 Dec 01
3
Announce: Puppet 2.7.8rc1 available
Puppet 2.7.8rc1 is available. 2.7.8rc1 contains everything that was
being previewed in the 2.7.7rc series as well as some new content.
Key highlight in this release (beyond items from 2.7.7rc series) are:
* Allow providers to be selected in the run they become suitable
* Showdiff is now not auto-enabled when running in noop mode
* Provide default subjectAltNames while bootstrapping