Displaying 20 results from an estimated 100 matches similar to: "Puppet Windows package not seeing DisplayName in Registry?"
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
2012 Sep 17
5
Right approach to Windows installers
Hi Puppeteers,
I hope I can get you advice about the best way to approach using MSIs and other installers on Windows.
Currently I am downloading Windows installers from the puppet master with the puppet:// syntax and the "file" type into a temporary directory c:\puppet_temp with subdirectories where necessary. Then after running the installers witht the "package" type, I was
2008 May 26
1
Interest in win32-installer
I was wondering if people would be interested in wrapping msi.dll
functionality,
I''ve started writing a small library to enable enumeration of products
installed via Windows Installer using win32api (I know I can also
query via win32ole to win32_product but I don''t seem to get all the
properties that are in msi.h).
It''s a little messy, and I''ve not got far as
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
2012 Sep 25
4
MSI Package Provider and Install_options
Hello,
I''m trying to install a few MSI packages on Windows, and I''m having trouble
specifying options.
Here is what I want to execute
C:\packages\my_problematic_package.msi \quiet \passive
As you can see, I''m trying to specify two arguments to the package, but I
can''t figure out how to use the Puppet package resource to accomplish this.
Install_options
2012 Oct 12
2
Package install_options
Now that the install_options parameter can be applied to all package
providers, does anyone have advice on the best way to specify options to
yum?
For example, considering the common pattern of leaving a repo disabled most
of the time, if I wanted to pass
--enablerepo=epel
to yum, would I set
install_options => [''--enablerepo=epel'']
or
install_options =>
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
2011 Nov 18
10
msi package provider: Invalid parameter install_options
C:\Users\ml623>puppet --version
2.7.7
Puppet complains about a package resource I am trying to use saying:
Invalid parameter install_options
The resource is defined as:
package { "splunk":
name => $gu_splunk::client::splunk_package,
provider => ''msi'',
ensure => installed,
source =>