Hi Puppet Users,
According to the installation instructions
(https://github.com/puppetlabs/hiera#installation) located in the readme.md
file at https://github.com/puppetlabs/hiera there should be an apt package
located at apt.puppetlabs.com. I have looked within the repo and cannot find a
pac
Never mind, I read the above last night and just read the post on the
new Development locations in the repositories.
Sorry for the noise.
Thanks,
Peter
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppe
So, does it mean *enable/disable repo on the fly* still pretty much not
possible?
Cheers,
Santanu
On Tuesday, May 15, 2012 7:21:25 AM UTC+1, Sans wrote:
>
> Dear all,
>
> Has anyone successfully applied the enable/disable repo patch from Matthew
> Byng-Maddick yet?
>
> http://projects.puppe
Hi,
I was trying to instal puppet-enterprise-2.5.1-el-5-x86_64 in centos6
machine. But got below error.
## Installing packages from files...
error: Failed dependencies:
java >= 1.5.0 is needed by pe-
tanukiwrapper-3.5.9-5.pe.el5.x86_64
==
Good Afternoon Puppet List,
I'm investigating the possibility of using puppet to take over an already
existing cluster of servers. Ordinarily this doesn't sound like anything out
the ordinary, but I've had my hands tied by the cluster owner saying he doesn't
want anything to break/fail while I'
On 16/05/12 13:07, Mister IT Guru wrote:
Good Afternoon Puppet List,
I'm investigating the possibility of using puppet to take over an already
existing cluster of servers. Ordinarily this doesn't sound like anything out
the ordinary, but I've had my hands tied by the cluster owner saying he do
My first experience with puppet was puppetizing an already deployed 500-node
HPC cluster. The cluster admin was kind enough to pull a node out of the
cluster so I could test my manifest/modules on it without affecting production
nodes. Once I was confident I had it dialed in, I converted while r
In the Puppet Enterprise docs below, they mention using a 'Site
Module'
http://docs.puppetlabs.com/pe/2.5/quick_writing.html#using-a-site-module
However I can't find any examples of people using such a method. I'm
interested in this because I'd prefer to use generic modules (e.g from
puppet forge
I'm going to have to push back a bit at the no top posting with the
same reasoning as described here:
https://lopsa.org/content/top-posting-vs-bottom-posting-stop-tilting-windmills.
Especially since most mobile mail clients top-post, it's going to be
difficult to get this one to stick.
I personal
- Original Message -
> From: "Trevor Vaughan"
> To: puppet-users@googlegroups.com
> Sent: Wednesday, May 16, 2012 2:42:49 PM
> Subject: Re: [Puppet Users] Mailing list etiquette
>
> I'm going to have to push back a bit at the no top posting with the
> same reasoning as described here:
>
Howdy,
our puppet master is hosting nagios at the same time. it happens that
the compilation of the catalog for the master during a puppet run
produces a timeout:
===
err: Could not retrieve catalog from remote server: execution expired
warning: Not using cache on failed catalog
err: Could not re
On Wed, May 16, 2012 at 06:53:08AM -0700, de wrote:
> Howdy,
>
> our puppet master is hosting nagios at the same time. it happens that
> the compilation of the catalog for the master during a puppet run
> produces a timeout:
>
> ===
> err: Could not retrieve catalog from remote server: execution
Thanks kindly to all for the thoughtful responses. I'll be looking closely
at the idea of using load balanced Puppet servers.
I wonder if anyone has any thoughts on the other problem I'm told I'll
probably encounter, namely the difficulty in compiling Ruby and other
packages in AIX, HPUX & earlie
On May 15, 1:23 pm, Steve Roberts wrote:
> I've contacted the person at puppetlabs we
> have been working with to get his take on things. may even be part of
> a professional services implementation for him at this point.
I hope that your contact will be able to help you work this out to
your
On May 15, 9:32 am, Biltong wrote:
> I have a class that pulls in some yum repositories. One of the yum
> repositories is disabled, but on one host I'd like to enable it.
>
> i.e. I'd like to do something like this:
>
> class { 'myyumrepos': }
> yumrepo { 'EPEL': enabled => 1, }
>
> What's the b
Hello,
I've done some more research, so i tried to show all config settings and I
found the unexpected result : :
# puppet --configprint all
...
storeconfigs = false
dbadapter = sqlite3
dblocation = /var/lib/puppet/state/clientconfigs.sqlite3
...
As said in my previous post, i've already co
Try the following:
puppet config print dbadapter --mode master
That will print out the configuration item of dbadapter as the MASTER knows
it. You can use --mode master or agent to check those configuration items
from the context of Puppet running as an agent or as a master (the way you
ran it
On May 16, 5:23 am, Jeeva wrote:
> Hi,
>
> I was trying to instal puppet-enterprise-2.5.1-el-5-x86_64 in centos6
> machine. But got below error.
>
> ## Installing packages from files...
> error: Failed dependencies:
> java >= 1.5.0 is needed by pe-
> tanukiwrapper-3.5.9-5.pe.el5.x86_64
thanks for the quick reply,
it shows the correct value (mysql)
# puppet config print dbadapter --mode master
mysql
so why it uses SQLite3 if everything is configured correctly for using
MySQL ?
puppet-master[28784]:
(/File[/var/lib/puppet/state/clientconfigs.sqlite3]/mode) change from 0644
Did you restart your puppet master after you setup storeconfigs? Did the
DB get created?
On Wed, May 16, 2012 at 8:39 AM, DieZ wrote:
> thanks for the quick reply,
>
> it shows the correct value (mysql)
>
> # puppet config print dbadapter --mode master
> mysql
>
>
> so why it uses SQLite3 if ev
I'm running into an issue where I have hundreds of configuration files
generated from templates, which they are apache vhosts for various sites.
I'm running into a problem where it can take up to 10 minutes to build them
and sometimes clients get server execution expired. I'm also on 2.6 puppet,
There's a bit of information you'll need to provide for help:
How many masters? Specs on master? Running your master under Webrick or
something else (nginx, unicorn, apache/passenger)? Agents running puppet
daemonized? How long does it take to run `puppet master --compile ` on the master?
Let
Yes, the databse is created :
mysql> show tables;
+--+
| Tables_in_puppet |
+--+
| fact_names |
| fact_values |
| hosts|
| inventory_facts |
| inventory_nodes |
| param_names |
| param_values |
| puppet_tags |
| resource_tags
On Wed, May 16, 2012 at 5:07 AM, Mister IT Guru wrote:
> Ordinarily, I'd say lets upgrade your working practices while we're at it,
> and properly manage your whole workflow, manage access and manage who can
> make changes. Lets start by rebuilding your boxes to specification, and
> migrating y
Hullo
I'm trying to install puppet on some rhel 6.2 boxes, which have epel
repo installed. However, I'm getting dependency errors for augeas-
libs:
Error: Package: ruby-augeas-0.4.1-1.el6.x86_64 (epel)
Requires: augeas-libs >= 0.8.0
Installed: augeas-libs-0.7.2-6.el6.x86_64 (
This might be what I was looking for. Havent' yet looked into this.
https://github.com/ccaum/puppet-autoami
On Sunday, May 13, 2012 9:28:25 PM UTC-4, de wrote:
>
> I have a specific need to use Puppet to Autoscale a few applications I
> have deployed on EC2. I'm using Puppet now to manage and cr
I need to place a few files (.vimrc, .bashrc, etc...) on existing users,
some of them with their home dir in non-standard places.
How can I get a user's home directory?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this di
augeas comes from the rhel optional channel. You'll have to enable that.
On Wed, May 16, 2012 at 12:13 PM, Tim Coote wrote:
> Hullo
> I'm trying to install puppet on some rhel 6.2 boxes, which have epel
> repo installed. However, I'm getting dependency errors for augeas-
> libs:
>
> Error: Packa
I found this article on Provisioning with Puppet:
http://puppetlabs.com/blog/provisioning-in-the-cloud-with-puppet-enterprise-2-0/
I'm using Puppet like a would be command line tool instead which may or may
not be a wrong approach. Anyways, Is there a way to create Elastic
Balancer(s), configur
Yeah my bad, lots of things going on right now, here is the information.
I currently have 3 puppet masters with 4 vCPU, 8GB ram, running apache with
passenger. Puppet agents are run from mcollective with a concurrency of 20.
Output from the puppet master compile command
notice: Compiled catalo
On Wednesday, May 16, 2012 4:20:23 PM UTC+2, Alex Harvey wrote:
>
> Thanks kindly to all for the thoughtful responses. I'll be looking
> closely at the idea of using load balanced Puppet servers.
>
> I wonder if anyone has any thoughts on the other problem I'm told I'll
> probably encounter, n
On Wed, May 16, 2012 at 12:08 PM, Aaron Grewell wrote:
> On Wed, May 16, 2012 at 5:07 AM, Mister IT Guru
> wrote:
> > Ordinarily, I'd say lets upgrade your working practices while we're at
> it, and properly manage your whole workflow, manage access and manage who
> can make changes. Lets start b
Can you check your logs and see if you're getting a bell curve on
compile time, or are they always that long?
Trevor
On Wed, May 16, 2012 at 12:30 PM, Matt wrote:
> Yeah my bad, lots of things going on right now, here is the information.
>
> I currently have 3 puppet masters with 4 vCPU, 8GB ram
I'll agree with R.I. here that HTML e-mail should be forbidden from
the web where possible.
On Wed, May 16, 2012 at 9:48 AM, R.I.Pienaar wrote:
>
>
> - Original Message -
>> From: "Trevor Vaughan"
>> To: puppet-users@googlegroups.com
>> Sent: Wednesday, May 16, 2012 2:42:49 PM
>> Subject
I would say that it that is close to the average. Not all nodes have the
same amount of templates, these are just the web servers that are having
the long compile time.
On Wednesday, May 16, 2012 12:55:59 PM UTC-4, Trevor Vaughan wrote:
>
> Can you check your logs and see if you're getting a bel
Yes, they will be in the Facter 2 docs. Also, I included them in the
release notes in the announcement, under "## Breaking Changes in
Facter 2.0 ##".
Thanks,
matthaus
On Tue, May 15, 2012 at 10:18 PM, John Warburton wrote:
> On 16 May 2012 10:15, Matthaus Litteken wrote:
>
>>
>> Facter 2.0 is d
On Wed, May 16, 2012 at 6:11 AM, Rufus McDufus wrote:
> In the Puppet Enterprise docs below, they mention using a 'Site
> Module'
>
> http://docs.puppetlabs.com/pe/2.5/quick_writing.html#using-a-site-module
>
> However I can't find any examples of people using such a method. I'm
> interested in th
Ah, thanks Jeff - that's a nifty way of doing it! I've been setting
templatedir which appears to override the templatedir of each module which
seems to work, but I can't figure a way of doing this with files - I tried
an entry [modules] in fileserver.conf as a test and this seems to just be
ign
Hi,
I'm in a situation where I need to install/manage both the 32-bit and 64-bit
versions of a package. Anyone have any tips on doing this? What I've got now,
is something like this:
class install32 {
package { 'freetype.i686':
ensure => latest,
require =
On Tue, May 15, 2012 at 7:03 AM, Erik Dalén wrote:
> On 14 May 2012 18:35, Nigel Kersten wrote:
> >
> >
> > On Sun, May 13, 2012 at 11:53 PM, Alex Harvey
> wrote:
> >>
> >> Hi list,
> >>
> >> I am looking at configuration management tool options.
> >>
> >> I have a large fleet (> 3,000 hosts) an
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I recommend reading Mathias Gug's blog posts about Puppet support for
UEC/EC2 in Ubuntu images, as it describes in detail the process you're
working through.
http://ubuntumathiaz.wordpress.com/2010/03/24/using-puppet-in-uecec2-puppet-support-in-ubuntu
Michael, just a heads up. The IRC channel seems flooded with irrelevant
chatter to Puppet. I'd expect that the behavior I saw from EFNet, but not
Freenode. For example, I asked a related question, the reply was F-bomb,
gringo, F-bomb. Kinda funny, but can sour someone else less amused.
On Tuesd
"puppet resource users"
should do the trick.
“Sometimes I think the surest sign that intelligent life exists elsewhere in
the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
- Matias wrote:
> I need to place a few files (.vimrc, .bashrc, etc...) on exi
Was...
Bash$ puppet node create
This "create" action no longer exists. Has it been depreciated?
Is the only way to create a node through puppetmaser now?
Thanks, D
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on t
On Wed, May 16, 2012 at 1:31 PM, de wrote:
> Was...
>
> Bash$ puppet node create
>
> This "create" action no longer exists. Has it been depreciated?
>
> Is the only way to create a node through puppetmaser now?
I think the create action is only available on specific node_* faces
since puppet node
We expect to have that done by the end of this week.
(Don't ask why it turns out to be so hard. I don't even want to think
about it. ;)
On Wed, May 16, 2012 at 1:17 PM, Eric Sorenson wrote:
> Not to be a pest, but um...whatever happened with this? Seemed like the
> response was pretty unanimous
I have cloud_provisioner installed. It's not available. I think you can
only create nodes from puppetmaster, which "kinda" makes sense, but I'd
like the option.
/Users/de/.puppet/modules
└── puppetlabs-cloud_provisioner (v1.0.4)
If anyone else has some info on this, please chime in. Also, Puppe
> Maybe I'm lazy but on our puppetmasters I have a cron job doing "puppet apply
> /etc/puppet/manifests/site.pp".
I don't think that works with storeconfigs.
[root@puppet ~]# rpm -q puppet-server
puppet-server-2.6.16-1.el6.noarch
[root@puppet ~]# grep storeconfigs /etc/puppet/puppet.conf
st
It appears that cloud_provisioner is pe specific. Not certain what it
would take to make it work with community.
digging through it now, will let you know what I find.
On May 16, 2:02 pm, de wrote:
> I have cloud_provisioner installed. It's not available. I think you can
> only create nodes from
Not to be a pest, but um...whatever happened with this? Seemed like the
response was pretty unanimously in favour.
On Monday, April 9, 2012 2:09:07 PM UTC-7, Michael Stanhke wrote:
>
> Since our move to github for pull requests and patches, the usefulness
> of puppet-dev has declined significantl
The cloud provisioner IS NOT Puppet Enterprise Specific -->
http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html You can
use open-source and use cloud provisioner to spin up nodes in EC2.
The cloud provisioner face that deals with VMware IS PE-specific -->
http://docs.puppetlabs.com
thanks Gary, the vmware bit is what I'd based my response upon.
On May 16, 2:51 pm, Gary Larizza wrote:
> The cloud provisioner IS NOT Puppet Enterprise Specific
> -->http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html You can
> use open-source and use cloud provisioner to spin up
Gary, I looked at the link earlier. Thanks though. I was aware cloud
provisioner was not enterprise specific. I tried the following, but you can
see the error message below:
puppet node create --image ami-b89842d1 --keypair cat-keypair --type
m1.small
/Users/de/.rvm/rubies/ruby-1.9.3-p194/lib/r
OKAY. I'm an idiot.
It's this...
Bash$ puppet node_aws ...etc
NOT
Bash$ puppet node ...etc
Problem solved.
On Wednesday, May 16, 2012 6:28:06 PM UTC-4, de wrote:
>
> Gary, I looked at the link earlier. Thanks though. I was aware cloud
> provisioner was not enterprise specific. I tried the fo
On Wed, May 16, 2012 at 2:20 PM, Adam Heinz wrote:
>> Maybe I'm lazy but on our puppetmasters I have a cron job doing "puppet
>> apply /etc/puppet/manifests/site.pp".
>
> I don't think that works with storeconfigs.
>
> [root@puppet ~]# rpm -q puppet-server
> puppet-server-2.6.16-1.el6.noarch
>
>
On Wednesday, 16 May 2012 20:18:28 UTC+2, Stephen J. wrote:
>
> Hi,
>
> I'm in a situation where I need to install/manage both the 32-bit and
> 64-bit versions of a package. Anyone have any tips on doing this? What I've
> got now, is something like this:
>
> class install32 {
> package
Hello,
We're pleased to announce the first release of the Windows registry
module, version 0.1.0.
This release provides the ability to manage registry keys and values
on Windows 2003, 2003R2, 7, 2008, and 2008R2 systems. It supports the
most commonly used registry value types (REG_SZ, REG_MULTI_
On Wed, May 16, 2012 at 11:52 AM, de wrote:
> Michael, just a heads up. The IRC channel seems flooded with irrelevant
> chatter to Puppet. I'd expect that the behavior I saw from EFNet, but not
> Freenode. For example, I asked a related question, the reply was F-bomb,
> gringo, F-bomb. Kinda funny
On Wed, May 16, 2012 at 8:34 AM, jcbollinger wrote:
>
>
> On May 16, 5:23 am, Jeeva wrote:
>> Hi,
>>
>> I was trying to instal puppet-enterprise-2.5.1-el-5-x86_64 in centos6
>> machine. But got below error.
>>
>> ## Installing packages from files...
>> error: Failed dependencies:
>> java
Hello,
I have number of classes that deal with user management and I've run into a
snag with needing to extend/modify either the user or group types. I'm
using theforeman as an ENC.
The class structure I have is something like the following.
users::common
users::dev
users::prod
etc...
users
On Wed, May 16, 2012 at 9:51 PM, Joshua Hoblitt wrote:
> Hello,
>
> I have number of classes that deal with user management and I've run into a
> snag with needing to extend/modify either the user or group types. I'm
> using theforeman as an ENC.
>
> The class structure I have is something like t
61 matches
Mail list logo