Hi,
Puppet does have a 'web server' but it does not offer a user interface.
There is nothing for a 'human' to see at the address of the master.
Only Puppet agents are supposed to talk to it.
To recap : There is nothing for a user to see...
Try a puppet run using
# puppet agent -t --server **
It is as simple as the firewall setting you mention.
Regards,
Stefan Zipkid Goethals.
On Mon, Mar 24, 2014 at 8:03 AM, kdo wrote:
> Hello all,
>
> Was hoping for some guidance around integrating AWS with our current
> puppet environment. Is it as simple as setting the puppet.conf on AWS
> ins
Facts automatically get distributed to all nodes with pluginsync.
You need to write them in such a way that they will only create the fact on
the nodes that need it.
Stefan - Zipkid - Goethals
On Mon, Mar 11, 2013 at 1:31 PM, vioilly wrote:
> I have written a custom puppet fact using a ruby sc
I think you might have a conflict problem between the node and class name
as they are both the same
Stefan - Zipkid - Goethals
On Fri, Mar 8, 2013 at 6:54 PM, Matt Zagrabelny wrote:
> Greetings,
>
> I am getting a perplexing message on a client:
>
> Mar 8 11:49:06 matlab puppet-agent[2028
class yumrepos {
my_yumrepo{ ['a','b']: }
}
define my_yumrepo() {
yumrepo { $name:
descr=>"yum repo $name",
baseurl=>"http://someurl/$name";;
}
}
Should do the trick.
The problem is the $name variable is not usable when calling.. only in the
called type.
Regards,
Stefan
---
cagefs_enabled:- 'false'
should be
---cagefs_enabled: 'false'
You were creating an arrray named cagefs_enabled with the first element as
true...
Stefan - Zipkid - Goethals.
On Thu, Feb 28, 2013 at 9:44 PM, wrote:
> Hello everyone! I hope your Thursdays are going swimmingly!
>
> I'm
[root@kangaroo ~]$cd /var/lib/puppetdb/mq/localhost/KahaDB
[root@kangaroo KahaDB]$ls -al
total 9508
drwxr-xr-x 2 puppetdb puppetdb 4096 Feb 14 11:08 .
drwxr-xr-x 4 puppetdb puppetdb 4096 Jan 14 09:38 ..
-rw-r--r-- 1 puppetdb puppetdb 33030144 Feb 14 12:23 db-168.log
-rw-r--r-- 1 puppetdb pu
License: ASL 2.0
Signature : RSA/SHA1, Thu 20 Dec 2012 09:08:52 PM UTC, Key ID
1054b7a24bd6ec30
URL : http://github.com/puppetlabs/puppetdb
Summary : Puppet Centralized Storage Daemon
Description :
Puppet Centralized Storage.
On Thu, Feb 14, 2013 at 12:26 PM, Stefan
I added my info on the wiki.
Regards,
Stefan - Zipkid - Goethals
On Mon, Jan 14, 2013 at 7:45 PM, Dawn Foster wrote:
> On Mon, Jan 14, 2013 at 7:31 AM, Walter Heck wrote:
> > Anyone interested in helping out is requested to add their interest
> > here:
> http://projects.puppetlabs.com/projec
You need to configure PuppetDB to listen on another address than localhost
for the performance dashboard.
http://docs.puppetlabs.com/puppetdb/1/configure.html#jetty-http-settings
Regads,
Stefan - Zipkid - Goethals
On Tue, Jan 8, 2013 at 9:52 PM, Luke wrote:
> Hi,
>
> Puppetdb service is runn
I'm willing.
Regards,
Stefan - Zipkid - Goethals
On Fri, Dec 21, 2012 at 9:18 AM, Walter Heck - OlinData.com <
walterh...@olindata.com> wrote:
> Hi all,
>
> Last week I put in a last minute request for a Puppet community booth
> at the upcoming FOSDEM conference in Brussels on Feb 2nd&3rd. I
>
https://github.com/rodjek/librarian-puppet
Regards,
Zipkid
On Tue, Dec 18, 2012 at 5:18 AM, krishna bhaskara rao
wrote:
> Hi,
>
> How to integrate GitHub with Puppet master or agent.
> My requirement is I have file in GitHub Repository with different
> versions, I want to download latest file
run puppet in debug mode...
puppet agent -t
Stefan.
On Sat, Dec 15, 2012 at 10:01 PM, Arnold Skimminge wrote:
> I'm trying to install a package with puppet, libxp6. I have installed many
> other packages this way, however for this particular package the result is
>
> aptitude search libxp6
> p
aar"
> > To: puppet-users@googlegroups.com
> > Sent: Thursday, December 13, 2012 5:58:42 PM
> > Subject: Re: [Puppet Users] in-module data with hiera
> >
> >
> >
> > - Original Message -
> > > From: "Stefan Goethals"
>
> - Original Message -
>> From: "Jakov Sosic"
>> To: puppet-users@googlegroups.com
>> Sent: Wednesday, December 5, 2012 11:15:57 PM
>> Subject: Re: [Puppet Users] Re: in-module data with hiera
>>
>> On 12/05/2012 09:45 PM, Stefan Goethal
We use this
cron { "puppet":
ensure => present,
command => $ppt_cmd,
user=> 'root',
hour=> fqdn_rand(6),
minute => fqdn_rand(60)
}
so puppet runs happen 'randomly between midnight and 05:59
Regards,
Stefan - Zipkid - Goethals.
On Wed, Dec 12, 2012 at 6:23 AM,
I can only strongly suggest you look at the new Hiera-in-modules ticket and
pull request by R.I.Pienaar as it really solves a lot of problems many
people encounter in this situation.
It needs more testing and debugging so all help on this is very welcome.
Regards,
Stefan Goethals.
On Fri, Dec 7
Serving facts to nodes via puppet...
That means you already know those facts in puppet so you don't need to
serve them to the nodes anymore :-)
On Sun, Dec 9, 2012 at 1:31 AM, Jakov Sosic wrote:
> On 12/06/2012 06:44 PM, Stefan Goethals wrote:
>
>> Hi,
>>
>> You co
/hiera.yaml
:hierarchy:
- %{servertype}
and in your hieradata dir a file storage_node.yaml and web_node.yaml with
the settings you like.
Another way is to set the param servertype via an ENC and use the same
hierarchy and files.
Regards,
Stefan Goethals
On Thu, Dec 6, 2012 at 6:27 PM, Jakov
This is not a puppet error..
But i think the name rubygems.org is not resolving on your server and/or a
firewall is blocking access to the site...
Regards,
Stefan.
On Thu, Dec 6, 2012 at 3:32 PM, DJames wrote:
> # gem install rack
>
>
> ERROR: http://rubygems.org/ does not appear to be a rep
Not having any problem with osfamily i agree with John.
A default to 'common' would suffice i believe.
Stefan.
On Wed, Dec 5, 2012 at 3:43 PM, jcbollinger wrote:
>
>
> On Sunday, September 30, 2012 4:37:29 AM UTC-5, R.I. Pienaar wrote:
>
>>
>> I propose extending the module layout with a data/ d
the module itself.
Great work!
Thanks,
Stefan Goethals.
ps. Just let me know if you need more testing to be done.
On Tue, Dec 4, 2012 at 11:34 PM, Garrett Honeycutt
wrote:
> On 12/4/12 2:38 PM, R.I.Pienaar wrote:
> >
> >
> > - Original Message -
> >> From: &
Sorry to burst you bubble
The puppet backend has been 'broken' (intentionally?)
- https://projects.puppetlabs.com/issues/16321
-
https://mail.google.com/mail/u/1/?ui=2&shva=1#search/label%3Apuppet-users+pienaar/13a168982ad38854
Lots needs fixing...
Zipkid (Stefan)
On Fri, Oct 5, 2012 at 10
Why not simply puppetdb::server for the ... well, puppetdb server and
puppetdb::client for... the client, as that is exactly what the
puppetmaster is to puppetdb?
Regards,
Stefan.
On Sat, Sep 15, 2012 at 4:03 PM, Ashley Penney wrote:
> I kind of feel like the reason you're having a problem nam
# puppet kick
http://docs.puppetlabs.com/man/kick.html
Regards,
Stefan.
On Mon, Sep 10, 2012 at 11:30 AM, Alex Greif wrote:
> Hi,
> due to our company security policy, we cannot allow the agents in the DMZ
> to pull the config catalog from the puppet master, that sits behind the
> firewall.
>
puppet agent --test (-t)
Zipkid
On 17 Jun 2011, at 14:49, TJ Yang wrote:
> How do I initiate a certificate request without going into non-daemon mode ?
>
> According to "Pro Puppet" book, so far the only way I know that can
> trigger a certficate request with puppet master is like this
>
> pu
On 24 Mar 2011, at 16:57, Arnau Bria wrote:
> Hi all,
>
> I've noticed that puppet-dashboard takes a lot of time to refresh some
> webs, but today, I've started to remove some old nodes and it takes
> more than 10 minutes to remove one.
>
> The host hasn't a really high load:
>
> [root@puppet0
On Wed, Dec 8, 2010 at 3:10 PM, Martijn Grendelman wrote:
> Hi,
>
> We have several situations where it is desireable to do catalog runs on
> demand. We have 'puppetrun' for that, but it can -and does- happen, that a
> catalog run is already in progress when we trigger a run by hand. In that
> cas
to use storeconfigs and just read the facts from the
db.
The structure of the db is quite simple.
Regards,
Stefan Goethals.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com
A few things.
David Schmitt has made mysql modules.
http://forge.puppetlabs.com/DavidSchmitt/mysql
maybe you can take a look at them.
Even with his modules i get the same error when configuring a new node.
The problem i saw is that the mysql plugins are synced at the beginning of a
run with plug
30 matches
Mail list logo