Hi ,
I am working with puppet open source.I have setup puppet dashboard.
But its is not showing any agent node there.Anyone guide me for the same?
--
Thanks and Regards,
Mamta Garg
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscrib
Wow, this is like a voice from the past coming to haunt me ;-)
Way to find this thread years later.
On 02/15/2013 05:42 PM, Adam Turner wrote:
> Felix -
> "d) add a server= entry to your puppet.conf"
> This needs to be a fully qualified domain name (FQDN) - correct?
Technically it doesn't ha
If I want to run Puppet agent only on two nodes out of ten, how can I
specify this with the Host Filters? I tried mco puppet runall 10 -I
node1,node2 and different other variations, but this does not work. Is this
at all possible?
--
You received this message because you are subscribed to the
ok, I have configured a ntp client pointing to the same ntp server and both
systems are sync, if I’m not wrong.
Puppetmaster.
root@puppetmaster:~# ntpq -p
remote refid st t when poll reach delay offset
jitter
===
- Original Message -
> From: "Andriy Yurchuk"
> To: puppet-users@googlegroups.com
> Sent: Tuesday, February 19, 2013 9:43:43 AM
> Subject: [Puppet Users] Specifying multple nodes with
> mcollective-puppet-agent Host Filters
>
> If I want to run Puppet agent only on two nodes out of ten
Hi ,
Following is the issue:
puppet.repo:
[puppetlabs]
name=Puppet Labs Packages
baseurl=http://yum.puppetlabs.com/el/$releasever/products/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs
uname -a
Linux rniyer-linux 2.6.32-220.el6.x86_64 #1 SMP Wed Nov 9
On 2/19/2013 3:39 PM, Calero wrote:
[snip]
Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server
certificate B: certificate verify failed: [certificate signature failure
for /CN=puppetmaster.domain.name]
Are you using passenger? If so, check whether the SSL cert+key files in
the web
No, i'm not using passenger, i have only puppetmaster installed.
On 19 February 2013 13:27, Sirtaj Singh Kang wrote:
> On 2/19/2013 3:39 PM, Calero wrote:
> [snip]
>
>
>> Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server
>> certificate B: certificate verify failed: [certificate si
No, i'm not using passenger, i only have puppetmaster.
El martes, 19 de febrero de 2013 13:27:44 UTC+1, Sirtaj Singh Kang escribió:
>
> On 2/19/2013 3:39 PM, Calero wrote:
> [snip]
> >
> > Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server
> > certificate B: certificate verify fai
It resolved.don't reply :)
On Tue, Feb 19, 2013 at 4:15 AM, Mamta Garg wrote:
> Hi ,
>
> I am working with puppet open source.I have setup puppet dashboard.
> But its is not showing any agent node there.Anyone guide me for the same?
>
> --
> Thanks and Regards,
> Mamta Garg
>
--
Thanks and R
All,
this might only be if interest to any Norwegian-speaking list members
but still - organized through DevOps Norway on meetup.com, today I'm
hosting the first of what might become a series of informal Google
Hangouts on Puppet-specific topics:
http://www.meetup.com/DevOps-Norway/events/10
Obviously...
Thanks!
On Tuesday, February 19, 2013 12:33:49 PM UTC+2, R.I. Pienaar wrote:
>
>
>
> - Original Message -
> > From: "Andriy Yurchuk" >
> > To: puppet...@googlegroups.com
> > Sent: Tuesday, February 19, 2013 9:43:43 AM
> > Subject: [Puppet Users] Specifying multple nodes w
- Original Message -
> From: "Andriy Yurchuk"
> To: puppet-users@googlegroups.com
> Sent: Tuesday, February 19, 2013 1:50:58 PM
> Subject: Re: [Puppet Users] Specifying multple nodes with
> mcollective-puppet-agent Host Filters
>
> Obviously...
there tend to be a lot of commonality in
On Monday, February 18, 2013 11:02:05 PM UTC-6, Patrick wrote:
>
> No, but it's not related to the manifest. The manifest this resource is
> in actually hasn't changed in months. Also I can reboot the box and it goes
> away. Other boxes that aren't doing it will sometimes start doing it when
Hi,
I am creating a file resouce which is bat file, and I am running the file
to perform some operation.
I need to know how do I delete the file after the operation is performed...
the code I tried is as follows
class rk{
file { "c:\install.bat":
ensure => present,
cont
On Monday, February 18, 2013 11:56:01 AM UTC-6, Brian Warsing wrote:
>
> Hi,
>
> Is there a way to control access to the filebucket?
>
> Specifically, I wish to allow agents to backup to the filebucket but never
> restore.
>
> Is this possible to do?
>
Yes and no. You cannot create access con
You could try:
file { 'delete-install-bat':
ensure => absent,
path => 'c:\install.bat',
require => Exec['install'],
}
Cheers,
Bernd
From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On
Behalf Of Rakesh Kathpal
Sent: Dienstag, 19. Februar 2013 15
Hello,
I am trying to establish an Puppet infrastructure starting with user and
group management.
For that reason, i created 2 modules: userloader and group.
Userloader contains a 'function' as template to add users, the module group
all groups to add.
If the groups are on every system, adding
On Monday, February 18, 2013 9:15:05 AM UTC-6, Gavin Williams wrote:
>
>
> I was expecting the full state transition to take several Puppet runs, as
> the initial data replication to get from start to an 'Initialized' state
> could take anything from a couple of minutes to a couple of days...
How i can realize group membership?
This construction does not work
group { "developers":
ensure => present,
members => ['testusers','noname']
}
I want in /etc/groups must be:
developers:x:1011:testusers,noname
Thank you.
--
You received this message because you are s
Hello,
Is puppet able to verify rack configurations ?
Thank you
--
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+unsubscr...@googlegroups.com.
To
Well, i'm not 100% sure if this is what should be sync between host and
client.
puppetclient01:~ # openssl x509 -text -noout -in
/var/lib/puppet/ssl/certs/puppetclient01.domain.name.pem | grep Validity
-A2
Validity
Not Before: Feb 18 13:02:04 2013 GMT
No
On Monday, February 18, 2013 8:41:53 AM UTC-6, Josh D wrote:
>
> I have a module for windows nodes that is defined like:
>
> class ast_win {
> Class['ast_win::env'] ~> Class['ast_win::restart'] -> Class['ast_win']
>
> ast_win::env contains a bunch of scripts that modify the environment on
> th
On 02/16/2013 01:21 AM, Nan Liu wrote:
> Two different manifests (in two different environments) need to exist,
> one to install the facter dependency, the second for the template.
> Putting them in the same deployment will always result in a catalog
> compilation error since the master doesn't hav
What commands are there to collect system information and convert it
into puppet resources?
We have a lot of systems that were not initially configured with
puppet and we would like to gather information about those systems as
puppet resources. I have been generating resource information using
'
On 02/16/2013 12:20 PM, spankthes...@gmail.com wrote:
> after creating CA and client cert and applying them to puppetmaster, it
> complains with:
Wait, what? You create a new CA, even after agents have already been
certified, then create new agent certificates?
If your CA changes, you will have t
On Tuesday, February 19, 2013 10:00:39 AM UTC-6, Robert Citek wrote:
>
> What commands are there to collect system information and convert it
> into puppet resources?
>
> We have a lot of systems that were not initially configured with
> puppet and we would like to gather information about tho
On Monday, February 18, 2013 7:17:51 AM UTC-6, Marc Bolós wrote:
>
> Dear John,
>
> I tryed as you suggested, and didn't work.
>
Well no, evidently you didn't do what I suggested.
>
> I Found where is the problem that produces the failure in both cases. The
> problem basically is that on a
Is this the best option for accessing puppetdb data from modules?
http://forge.puppetlabs.com/dalen/puppetdbquery
Any other recommendations?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving ema
On Tuesday, February 19, 2013 10:21:54 AM UTC-6, Schofield wrote:
>
> Is this the best option for accessing puppetdb data from modules?
> http://forge.puppetlabs.com/dalen/puppetdbquery
>
> Any other recommendations?
>
>
>
As far as I know, that is currently the best option - though what you are
On Tuesday, February 19, 2013 10:21:47 AM UTC-6, jcbollinger wrote:
>
>
> The most essential part of my suggestion was that the "include firewall"
> be parsed *after* "include $service_modules". The example code achieves
> that by putting the former after the latter in the same node block.
>
I wonder if PuppetLabs will work with Amazon to try to add Puppet as an
option to OpsWorks as well ?
I don't think people using Puppet with AWS in a stable fashion would try to
move to OpsWorks and migrate everything to Chef, but new customers/startups
would think twice in choosing Puppet if th
On Feb 19, 2013, at 6:26 AM, jcbollinger wrote:
>> On Monday, February 18, 2013 11:56:01 AM UTC-6, Brian Warsing wrote:
>> Hi,
>>
>> Is there a way to control access to the filebucket?
>>
>> Specifically, I wish to allow agents to backup to the filebucket but never
>> restore.
>>
>> Is this p
This works, but I'm not sure it's the best way about going about it. I'm trying
to define host groups in my site.pp file in such a way that when puppet runs on
my nodes, they "know" their functional role and are configured accordingly. My
site.pp;
node base {
class { 'dirsvc': }
On 02/15/2013 07:42 PM, Tiago Cruz wrote:
> I'm using "lsbmajdistrelease" to discover the verstion of CentOS, but
> I've noticed that some hosts has broken, because the package
> "redhat-lsb" is missing. If I install the package with yum, everything
> works well, but I would like to solve this wit
On Tue, Feb 19, 2013 at 2:38 AM, DreamBig wrote:
> Hi ,
>
> Following is the issue:
>
> puppet.repo:
>
> [puppetlabs]
> name=Puppet Labs Packages
> baseurl=http://yum.puppetlabs.com/el/$releasever/products/$basearch/
> enabled=1
> gpgcheck=1
> gpgkey=http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlab
Dear Felix,
I think you're getting it wrong, let me clarify it a bit. The goal of this
is to be able to write web interface for generating puppetmasters CA's and
client certificates on demand. An example: install 3 puppetmasters with
loadbalancer in front. Use web interface to generate CA and c
It makes sense for Amazon to go with something like Chef, because it is
more cloud oriented and it's easier to hack something up just to get it up
and running quicker. Chef is more like shell scripting on steroids I would
say, at least, that's how many people use it.
On Tuesday, 19 February 201
On Tuesday, February 19, 2013 1:26:34 AM UTC-6, Roman Shaposhnik wrote:
>
> Hi!
>
> a few email exchanges on this ML coupled with John's remark that he'd
> be open for an architectural advice made realize that a discussion focused
> on a particular use case I'm trying to address might be much
Hi,
I'm working on a module and run into an issue. I would like to install
multiple PHP versions from source. I know the preferred way is packages,
but I don't want to maintain a custom APT repository. I have two files:
install.pp which does the installation (download, extract, configure, make,
I am looking for a way of mounting a windows fileshare without using 'exec
net use ...' and haven't found a type that supplies this functionality.
The windows documentation mentions that to use UNC paths you have to mount
the drive first, but makes no mention of how to do this.
Thank you for yo
Thanks. I'll try that out:
https://github.com/devstructure/blueprint
Regards,
- Robert
On Tue, Feb 19, 2013 at 11:20 AM, llowder wrote:
>
>
> On Tuesday, February 19, 2013 10:00:39 AM UTC-6, Robert Citek wrote:
>>
>> What commands are there to collect system information and convert it
>> into
Is there any way to create the Nagios hostgroup only when the first (or at
least one) member of that hostgroup comes on line?
I tried with Puppet Storeconfigs: The client node exports the
nagios_hostgroup resource:
> @@nagios_hostgroup { 'cloud-app':
> alias => "Application Servers",}
>
You might have better luck using something like FreeIPA and using it's ca
cert and setting up certs for each node and using those as the puppet certs.
This may help.
http://jcape.name/2012/01/16/using-the-freeipa-pki-with-puppet/
I had a go at setting it up but I am using FreeIPA 3 and the steps
Hi Gerdo,
You are on the right track using a define but the problem is one of scope.
The version parameter for your define will only get set once in your
php::params class because classes are almost singletons in puppet (as in
they can exist only once for a node no matter how many times you call t
Hi,
You will get duplication if you declare a nagioshost_group with the same
name on more than one node...
I think you may be missing the point of nagios_hostgroup. It is for
declaring a hostgroup in nagios not setting the nagios hostgroup for a node.
I am guessing you are trying to add a node to
Hi i also have this problem when working with nagios, always expire... is
that any solution for this, from puppet configuration byself? my nagios
production server can't working anymore. Even i already use puppetDB. I see
many people have same problem on the net.
Thanks,
~Heriyanto
On Thu, Jan 1
thanks a ton.. I will give it try and revert...
On Tue, Feb 19, 2013 at 7:58 PM, Bernd Adamowicz <
bernd.adamow...@esailors.de> wrote:
> You could try:
>
> ** **
>
>
> file { ‘delete-install-bat’:
> ensure => absent,
>
> path => ‘c:\install.bat’,
>
> require => Exec[
unfortunately getting a different error now
err: Failed to apply catalog: Cannot alias File[install] to
["c:/install.bat"] at /etc/puppet/modules/rk/manifests/init.pp:8; resource
["File", "c:/install.bat"] already declared at
/etc/puppet/modules/rk/manifests/init.pp:20
AFAIK you are just able to define the groups for an user.
user { devolperXY :
...
groups => ['testusers','noname'],
...
}
Am Dienstag, 19. Februar 2013 15:40:34 UTC+1 schrieb Vlados Vlados:
>
> How i can realize group membership?
>
> This construction does not work
> group { "developer
Vaidas Jablonskis wrote:
> It makes sense for Amazon to go with something like Chef, because it is
> more cloud oriented and it's easier to hack something up just to get it
> up and running quicker. Chef is more like shell scripting on steroids I
> would say, at least, that's how many people use it
51 matches
Mail list logo