[Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Tore Birkeland
Oops, sorry, I found it in the "dependencies" repo as you said :) Adding "deb http://apt.puppetlabs.com precise dependencies" to my sources.list fixed it. cheers, -Tore On Thursday, May 23, 2013 2:08:42 AM UTC+2, Matthaus Litteken wrote: > > I neglected to mention in the announcement email, to

[Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Tore Birkeland
I'm unable to find the ruby-rgen package in the precise apt repo. This is on a fresh EC2 instance, so I don't believe there are any caching going on. It also seems like you have made previous releases of puppet-common dependent on ruby-rgen as well. Is that it really necessary? cheers, -Tore O

Re: [Puppet Users] Re: facter wrong report

2013-05-22 Thread shell heriyanto
Hi Ellison, thank you for help, theres some bug i think in that version, now i use 1.6.18-3.el6 its solved. On Wed, May 22, 2013 at 11:49 PM, Ellison Marks wrote: > I'm on 1.7.1, Facter finds xen fine. > > is_virtual => true > virtual => xen > > odd part is I'm not sure the detection method has

Re: [Puppet Users] Re: PuppetDB database tunning

2013-05-22 Thread shell heriyanto
This what i'am find, thank you Klavs. On Wed, May 22, 2013 at 9:44 PM, Klavs Klavsen wrote: > http://docs.puppetlabs.com/puppetdb/1.3/maintain_and_tune.html > > Den onsdag den 22. maj 2013 09.56.36 UTC+2 skrev Heriyanto: > >> Hi, >> >> I've been use puppetdb about 6 months ago, and now the data

[Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthaus Owens
I neglected to mention in the announcement email, to support the "Future" parser, we have added dependencies on ruby-rgen to our puppet packages that support dependency resolution (gem, deb, rpm). It is available as a gem on rubygems.org and packaged as a library in our apt and yum dependencies rep

Re: [Puppet Users] new user help

2013-05-22 Thread Denmat
Hi Dan, You are more than welcome to post here. You will also find there have been loads of questions already asked and answered on this list - so the archives are a wealth of knowledge too. Things to help: Try to break down the things you are having trouble with into a simple test case. Incl

Re: [Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthaus Owens
Matt, What platform are you on? Are you using a cache of some sort in front of apt? We haven't been able to reproduce this problem. On Wed, May 22, 2013 at 2:50 PM, Matthew Kennedy wrote: > It seems that the puppetlabs apt repository is broken with the release of > these packages. > > When trying

[Puppet Users] Announce: PuppetDB 1.3.1 Available

2013-05-22 Thread Chris Price
PuppetDB 1.3.1 is now available for download! This is a bug-fix release for the 1.3 series of PuppetDB. = ## Downloads ## = Available in native package format at: http://yum.puppetlabs.com and http://apt.puppetlabs.com Puppet module: http://forge.puppetlabs.com/puppetlab

[Puppet Users] Re: Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthew Kennedy
It seems that the puppetlabs apt repository is broken with the release of these packages. When trying to install puppetmaster-passenger I now get this was working 2 hours ago. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are u

[Puppet Users] apt repository appears to have dependency issue with latest release (3.2.1)

2013-05-22 Thread Matthew Kennedy
When trying to install puppetmaster-passenger from puppetlabs apt repo I get... was working 2ish hours ago (before the 3.2 release) Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required

[Puppet Users] Re: Need help with python msi install on windows

2013-05-22 Thread Kevin D
Oops... you should also change the provider as Klavs recommends: class python::install { package { 'python': ensure => installed, provider=> 'windows', source => "example.com\\software\\ python\\python-2.7.3.amd64.msi", #install_opt

[Puppet Users] Re: Need help with python msi install on windows

2013-05-22 Thread Kevin D
Matt, I tried your class in my test environment. Here are my findings: Using Microsoft's Process Monitor, we capture Puppet's call to MSIEXE, the "command line" value reads: msiexec.exe /qn /no restart /i example.com\\temp\\p

[Puppet Users] if word1 match so I replaced it with word2

2013-05-22 Thread Stan
Hi I would like to replace a word with another in a config file if word1 match so I replaced it with word2 I looked augeas but it does not seem to. you would have a different track? thank you regards -- You received this message because you are subscribed to the Google Groups "Puppet Users"

[Puppet Users] Puppet 3.2.1 and Facter 1.7.1 for Solaris

2013-05-22 Thread Phips
Folks, Puppet 3.2.1 and Facter 1.7.1 are available as OpenCSW packages. They're currently in the testing area[1] - if anybody would like to check them out, it'd be appreciated. I'm without a Solaris host right now. --Mark [1] http://buildfarm.opencsw.org/experimental.html#markp -- You receiv

[Puppet Users] Announce: Puppet 3.2.1 Available

2013-05-22 Thread Matthaus Owens
Puppet 3.2.1 is a bugfix release for the 3.x series of Puppet. This release addresses two major issues that were uncovered in 3.2.0 and caused us to pull that release (#20726 and #20742). It also includes a fix for Solaris support (#19760). Downloads are available at: * Source https://downloads.

[Puppet Users] Re: Puppet - rbuf_fill timeout error periodically on puppet client runs

2013-05-22 Thread phundisk
I am using passenger setup right now. I agree with your thought that it is either the addition of tons of exported resources or the puppet master server. I will run some experiments and see if this can be resolved. On Tuesday, May 21, 2013 9:18:58 AM UTC-4, phundisk wrote: > > Occasionally I a

[Puppet Users] Re: Dashboard showing "newline" character

2013-05-22 Thread Jordan Hayes
I am having this exact same issue. I installed Puppet this past April, from the PuppetLabs repository on a Debian Wheezy box. I see these new line characters under the reports, as you have shown. I am also new to Puppet and new to Ruby, which makes this problem even more frustrating. On Thursda

[Puppet Users] new user help

2013-05-22 Thread Dan Hyatt
I have spent a couple of weeks with the documentation at puppet labs. But I am struggling with writting some basic modules and some other basic operations to get me up to speed. Is there any groups for newbies to help them get over the initial hump? -- You received this message because you are

[Puppet Users] Re: facter wrong report

2013-05-22 Thread Ellison Marks
I'm on 1.7.1, Facter finds xen fine. is_virtual => true virtual => xen odd part is I'm not sure the detection method has changed since 1.6. It just check if any of these paths exist: "/proc/sys/xen", "/sys/bus/xen", "/proc/xen" On Wednesday, May 22, 2013 1:06:02 AM UTC-7, Heriyanto wrote: >

[Puppet Users] Re: Puppet 3.0: Not authorized to call find on /file_metadata, more issues?

2013-05-22 Thread Russell Maclean
Thank you for clearing this up. What I am not understanding is why this fails. If anyone could help me figure this out would be greatly appreciated. [files] path /etc/puppet/files allow_ip 10.0.0.0/8 But this works, [files] path /etc/puppet/files allow * It resulted in much hair loss. On Tuesd

[Puppet Users] Initial agent setup - signing procedure fails.

2013-05-22 Thread Andthepharaohs
I'm following the instructions at http://docs.puppetlabs.com/guides/setting_up.html from "Start the Central Daemon", but the signing procedure didn't work first time and nothing happens on a rerun after cleaning up as instructed. I can't see what (if anything!) I've done wrong, so suggestions a

[Puppet Users] Pupppet 3.1.1. Ignoring schedules

2013-05-22 Thread Михаил Павленко
Greetings. Puppet 3.1.1, Debian 7.0 I am trying to sync resource(file) from master to agent host. When "schedule" metaparameter is not defined - sync is successfull. if not - schedule is skipped and sync does not start clock is synchronized, timezone is ok. part of master config: *schedule { "

[Puppet Users] Re: PuppetDB database tunning

2013-05-22 Thread Klavs Klavsen
http://docs.puppetlabs.com/puppetdb/1.3/maintain_and_tune.html Den onsdag den 22. maj 2013 09.56.36 UTC+2 skrev Heriyanto: > > Hi, > > I've been use puppetdb about 6 months ago, and now the database more than > 6gigs > Is that any way to "recycle" database? the data on database more than > 30day

Re: [Puppet Users] Problem creating user with Puppet

2013-05-22 Thread jcbollinger
On Tuesday, May 21, 2013 5:37:52 PM UTC-5, Jeff Zellner wrote: > > From the docs for `home`: "The home directory of the user. The > directory must be created separately and is not currently checked for > existence." > > `managehome` doesn't ensure the creation of the home directory, I > belie

Re: [Puppet Users] avoiding duplicate package definitions with stdlib's "ensure_packages"

2013-05-22 Thread jcbollinger
On Wednesday, May 22, 2013 1:48:26 AM UTC-5, David Schmitt wrote: > > > Just because it is not well known. ensure_packages seems to be designed > for exactly the use-case you are describing: you have two modules both > requiring the same utility packages without caring at all about versions >

Re: [Puppet Users] Problem creating user with Puppet

2013-05-22 Thread Dan White
Glad I could help. “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) - Original Message - From: "Dusan Dordevic" To: puppet-users@googlegroups.com Sent: Wednesday,

[Puppet Users] Re: Puppet - rbuf_fill timeout error periodically on puppet client runs

2013-05-22 Thread jcbollinger
On Tuesday, May 21, 2013 8:18:58 AM UTC-5, phundisk wrote: > > Occasionally I am seeing this error below on puppet client runs from > several different clients. The clients and the server in this environment > are rather old and this started to happen more after I used to nagios > module whic

Re: [Puppet Users] Problem creating user with Puppet

2013-05-22 Thread Dusan Dordevic
This was the problem, when I removed groups => 'clavis', everything started working. Thanks ! Best regards, Dušan On Wed, May 22, 2013 at 2:03 PM, Dan White wrote: > file { "/home/clavis": > ensure => "directory", > owner => "clavis", > group => "clavis", > mode => 700, > require

Re: [Puppet Users] Problem creating user with Puppet

2013-05-22 Thread Dan White
file { "/home/clavis": ensure => "directory", owner => "clavis", group => "clavis", mode => 700, require => [ User[clavis], Group[clavis] ], } group { 'clavis': ensure => "present", } user { "clavis": ensure => "present", home => "/home/clavis", name => "clavis",

Re: [Puppet Users] Problem creating user with Puppet

2013-05-22 Thread Dusan Dordevic
Hi, I changed code to: file { "/home/clavis": ensure => "directory", owner => "clavis", group => "clavis", mode => 700, require => [ User[clavis], Group[clavis] ], } group { 'clavis':

Re: [Puppet Users] Problem creating user with Puppet

2013-05-22 Thread Dick Davies
On 22 May 2013 09:43, Dusan Dordevic wrote: > groups => 'clavis', > you don't need this next line, it'll be auto-required. > require => Group['clavis'] > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from t

[Puppet Users] Re: Need help with python msi install on windows

2013-05-22 Thread Klavs Klavsen
Try: class python::install { > package { 'python': > ensure => installed, > source => "example.com > \\software\\python\\python-2.7.3.amd64.msi", > install_options => [ { 'INSTALLDIR' => 'C:\python27' }, { > 'ALLUSERS' => '1' } ], > } > } > >

Re: [Puppet Users] Problem creating user with Puppet

2013-05-22 Thread Dusan Dordevic
Hi, Thanks for responses. I added piece of code that will create home dir. Code now looks like this: file { "/home/clavis": ensure => "directory", owner => "clavis", group => "clavis", mode => 700, require => [ User[clavis], Group[clavis] ], }

[Puppet Users] facter wrong report

2013-05-22 Thread shell heriyanto
Hi, I just check from my virtual machine: [root@host ~]# facter|grep virtual is_virtual => false virtual => physical My operating system is CentOS 6.4 running as domu, running under dom0 CentOS 5.9. I use facter-1.6.6-1.el6. Its bug? Thanks for any comment. Regards, Heriyanto -- You received

[Puppet Users] PuppetDB database tunning

2013-05-22 Thread shell heriyanto
Hi, I've been use puppetdb about 6 months ago, and now the database more than 6gigs Is that any way to "recycle" database? the data on database more than 30days removed, I try to find is that any option in puppetDB so far, or we need to tune from database side(i use postgresql)? Thanks for any co