search for: pupconf13

Displaying 20 results from an estimated 21 matches for "pupconf13".

2013 Jul 22
11
chocolatey, windows, powershell and fault bucket
Hi, I configured puppet open source with the chocolatey module and one windows client. When the puppet agent run as a service (not the interactive version) I can see in the windows event log some errors like Fault bucket 1734820220, type 5 Event name: PowerShell Fault bucket , type 0 Event name: PowerShell I tried to google it but I did not find anything relevant apart from some
2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
Hello, I''ve got Package resource on my Windows machine that keeps creating itself even though the package has been properly installed. I''ve got the name attribute set to the DisplayName found in the Registry for the package. Every time the agent polls, I see in the Event Logs: /Stage[main]/Mssql_rtwo_sptwo/Package[mssql2008r2sp2_exec]/ensure: created This is
2013 Jul 25
2
How can I read registry values?
I should read the values of some registry keys like ''HKLM\SOFTWARE\Puppet\WCM\Initial_Setup''. How can I do this? Thanx Tinu -- 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+unsubscribe@googlegroups.com. To post to this
2013 May 31
4
AD user add to local windows group?
Pardon my noobness to this, but is anyone able to get around this issue<https://projects.puppetlabs.com/issues/15326> ? group {''testgroup'': ensure => present, members => ''DOMAIN\user'', name => ''test'' } Yields OLE error code:8007056B in Active Directory A member could not be added to or removed from the local group
2013 Jun 06
5
Puppet 3.1.1 Windows crashes
I noticed that a number of my Windows hosts had stopped dialing in, and upon closer inspection I found that Puppet was crashing in Ruby and wevtapi.dll. I can''t find any reference to this in the issue tracker, although I''ve got over a dozen occurrences in my environment, all with the same descriptions as below. I checked to see if the times were similar, in case the server
2013 Jul 16
14
"puppet module install simondean/iis" gives error "Error: cert already in hash table"
Hello, I have a fresh install of puppet 3.2.3. on windows 8. I try to install the iis module (https://forge.puppetlabs.com/simondean/iis) with the command: puppet module install simondean/iis and it gives me *C:\Program Files (x86)\Puppet Labs\Puppet>puppet module install simondean/iis* *Notice: Preparing to install into C:/ProgramData/PuppetLabs/puppet/etc/modules .* *..* *Notice:
2013 Jul 04
3
how do you update packages on windows?
Hi guys, Currently the windows package provider does not support versions (like ensure => 1.2.3). Even though most packages set a DisplayVersion key in the registry - so the version is often available. Now I need to upgrade my puppet clients from v3.1.1 to v3.2.3-rc1 (to get facts.d support on windows) - and I was wondering if any of you had a suggestion as to how to handle it, until
2013 May 07
3
freebsd clients failing to connect to new master with ssl errors
Hi All, I currently have two puppet masters which are "load balanced" with round robin DNS (one is also the CA). I''m using dns_alt_names to let them each answer to puppet.my.domain.com For the past year this has been fine. Today I''m trying to add a third & while all my Linux clients seem happy with the new arrangement, my smaller number of FreeBSD9 systems fail
2013 Apr 15
1
Fedora 16 leaving yum.puppetlabs.com
Fedora 16 reached end of life on 2013-02-12 [1], so we are no longer building new packages for it and will remove it from our yum repository on Monday, May 6. [1] - https://lists.fedoraproject.org/pipermail/announce/2013-February/003144.html -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop
2013 Jun 25
1
mtime/md5lite with puppet 3.x bug Bug #13199
Hello List, I´ve tried to switch from md5 checksum to md5lite within all my configuration to spare a few cpu cycles on my master, but it didn´t work at all :-( Then I´ve found out about bug #13199, but the bugs lists only 2.7x as affected. can anybody confirm this issue on 3.x? funny that the bug isn´t anywhere on the roadmap at all .... I´d suggest to remove mtime/md5lite from the
2013 Jul 17
1
Puppetmaster 3.2.3 logging different than previous versions
Hello: After upgrading to Puppet 3.2.3 I have noticed that the puppetmaster does not log the catalog compilation time like it did in 3.1.1 or before. This log line used to look like: "myserver puppet-master[19002]: Compiled catalog for myhost in environment production in 1.01 seconds" Even if I change the logging level to debug in the rack config I do not see this line. Anyone
2013 May 31
22
ruby issue
Hi, I am having problems installing Puppet Server. My gem list follows and then the attempt to install puppet-server. The specific errors are: Error: Package: puppet-3.2.1-1.el6.noarch (puppetlabs) Requires: ruby-augeas Error: Package: hiera-1.2.1-1.el6.noarch (puppetlabs) Requires: rubygem-json Error: Package: puppet-3.2.1-1.el6.noarch (puppetlabs)
2013 Jul 15
1
facter 1.6.18 tarball has a dangerous mac preflight script
The facter 1.6.18 tarball has many issues. First, the ext/osx/createpackage.sh script still uses packagemaker, which is deprecated. And even if it used that, there are a few references to files in the now-deleted conf/osx/ directory. So it''s pretty difficult to create a Mac pkg from this, but after some tweaking of the createpackage.sh script, I managed to do it! I ran the package it
2013 Apr 03
3
Installing Microsoft Visual Studio 2010 with Puppet?
Hello, Has anyone here had experience using Puppet (2.7 for now) to install Microsoft Visual Studio 2010 (or even 2012, for that matter) on Windows Server 2008? So far I didn''t find anything on the web, the forge or Github. Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop
2013 Jun 27
5
Is it possible to pass extra flags to Puppet via rspec?`
Hello, I''m writing my first puppet function rspec test and am having a problem which I don''t see how to solve. The function (and the test) involve access to files through the File Server. In order for the function (and the test) to work I need to pass "--fileserverconf=fileserver.conf" parameter to Puppet. So far I haven''t found a way to do that. If I
2013 Jul 17
3
Unable to use Cloud Provisioner
Hi Guys, I''m unable to load the module cloud provisioner, when I try to run node_aws it gives me the below errors: Error: Could not autoload puppet/face/node_aws/list_keynames: no such file to load -- guid Error: Could not parse application options: Could not autoload puppet/face/node_aws/list_keynames: no such file to load -- guid And when I see the help list I can see the below
2013 Apr 11
2
Disable A Windows Service Only If It Exists
I am wondering whether it is possible to have Puppet only stop and disable a Windows service if it exists. I have Puppet master 3.1.1 on CentOS, and Puppet clients 3.1.1 on many Windows machines. Right now, I have the bit below for certain nodes: service { "CVSNT": ensure => ''stopped'', enable => ''false'', } Some of the nodes have this
2013 May 17
3
client connection errors: SSL, SNI and DNS_ALT_NAMES Oh My
Hi All, I''ve run into a bit of a tangle. I currently have two puppet masters which are "load balanced" with round robin DNS (one is also the CA). I''m using dns_alt_names to let them each answer to puppet.my.domain.com For the past year this has been fine. About a week ago I tried to add a third & while all my Linux clients are happy with the new arrangement,
2013 Apr 15
5
Using onlyif for Windows exec
Hello, I am in the process of "trying out" Puppet, and so far, it is going really well, and I can see a clear line of how we can use it internally. I do have one question though with regard to the using the onlyif parameter of the exec command (as per here http://docs.puppetlabs.com/references/latest/type.html#exec). Ideally, what I would like to do is to only run a PowerShell exec
2013 Apr 22
3
Udefined method `get_uptime` for Facter::Util::Uptime:Module
Hi, I''m rookie puppet user and I trying to establish simple Server-Client connection on configuration: Server: *Fedora F18*, Puppet 3.1.1 (installed by yum), Ruby 1.8.7 Client: *Debian 6.0.6*, Puppet 3.1.1 (installed by guide<http://shapeshed.com/setting-up-puppet-on-ubuntu-10-04/>), Ruby 1.8.7 Server sign client certificate with success but now I''m struggle with apply