Displaying 20 results from an estimated 20000 matches similar to: "Puppet 2.7.12 Windows - Dependency Problem"
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
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 =>
2012 Mar 23
3
Puppet Windows exec
Hi,
Is it correct that it''s not possible to excecute Windows Commands
directly with the puppet run?
For example:
exec { ''ExecCreatedFolder'':
command => "mkdir C:\PuppetOrdner\ExecCreatedFolder",
}
I allways have to bind it with a .bat file right?
file { ''c:/PuppetFolder/puppettest.bat'':
ensure => file,
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 =>
2011 Nov 22
3
Puppet Windows: msi packages removal
I noticed that is if I uninstall an MSI that was installed by Puppet,
Puppet does not notice.
Looking at the source I see it might be checking for a state file to
know whether a package is installed or not:
C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\SplunkForwarder.yml
So one has to rememebr to delete that too.... Is this design not a problem?
Thanks,
Mohamed.
--
You received this
2013 Aug 05
3
serving .exe file via http (provider => windows)
hi everyone, i''m trying to roll out an .exe file for the puppet package
provider "windows".
my manifest looks like this:
$package_source = "http://puppet.local.domain/base_check_mk/windows/check-mk-agent-1.2.3i1.exe"
$package_name = "Check_MK Agent 1.2.3i1"
package { "$package_name":
ensure => installed,
provider =>
2012 Mar 21
3
Puppet 2.7.12 on Windows
Hi,
I posted an other problem with puppet and windows weeks ago.
With the new Version 2.7.12 those problems were fixed.
But now I don''t get puppet to work.
I installed puppet as explained here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
It worked so far.
But when I start
puppet agent --test --waitforcert 10
I get the following error message:
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 29
4
Installing LibreOffice 4 via wheezy-backports
Hi folks,
My site uses puppetmaster 3.2.3 together with Debian wheezy, but I want a
few packages from wheezy-backports, like iceweasel and libreoffice. The
former I''ve installed as follows:
package { "iceweasel":
ensure => ''22.0-1~bpo70+1'',
provider => ''apt'',
install_options
2012 Feb 16
5
Puppet on Windows
Hi,
I want to run Puppet on a Windows 2003 Server. I already have a
working Puppetmaster (Scientific Linux).
I installed Puppet on Windows like shown here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
This worked very well.
But when I want to run puppet.
puppet agent --test --debug
I get the following output: (I already tried different ruby and puppet
versions without
2013 Mar 04
3
Using Puppet with Windows MSIs
I want to use Puppet to manage deployment of internal .Net software. The
CI build can generate a versioned MSI file and push that out to Puppet. I
am creating an MSI with the same name, but different versions for each
release. Puppet detects the missing Package and properly installs the new
Package from MSI. However, Puppet does not detect that a new MSI needs to
replace the already
2012 May 24
6
Puppet on Windows: Avoid download msi files if they aren't going to be installed
Hi all!
I''m new on puppet, and I making my firsts classes.
I have defined an example class to install 7Zip on Windows servers, it runs
right, but I would like to improve it.
The problem is that each time that I execute the "puppet agent --test" it
downloads the 7zip.msi file, although it is really installed.
So, my question is:
Is possible to avoid the download of the
2013 Oct 04
3
Puppet.3.3.0.msi Package Failed to Install
I have download recent version puppet.3.3.0.msi from PuppetLab and trying
to install it on Windows 7. The MSI package throws out the following error
message,
This also happen on Puppet enterprise MSI package. So I wonder if anybody
encounter this problem, and what''s the solution for it?
Thanks,
Chengkai
--
You received this message because you are subscribed to the Google
2012 Apr 23
3
How to check if an MSI has not been removed in Windows?
Hello,
I''m using the Package feature to perform the installation of MSI files
on Windows. However, if the user performing the uninstall the MSI, I''m
not having as require you to reinstall automatically. How can I do
this?
Thank you.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2011 Nov 11
2
Puppet Windows: test if non-MSI package already installed
Hello Puppet Cohorts,
I wish to install programs on Windows that do not use the MSI installer.
After finding a guide on-line for silencing most installers
(http://unattended.sourceforge.net/installers.php) I feel confident I can
write a short script for Puppet to "exec" on my hosts to silently install
most of what I need.
What I can''t decide on a "best" way to test
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
2012 Jun 04
2
Windows architecture fact
We recently fixed the hardwaremodel and architecture facts on Windows
as they were always returning i386[1]. The change will be in the
upcoming 1.6.10 release of Facter[2]. The new behavior is that
hardwaremodel will return something like i686, ia64, x64, etc, while
the architecture fact will return either x86 or x64.
Since the new behavior will likely affect puppet users that are trying
to write
2007 Mar 19
1
Trying to install MS Front Page
I'm a very new convert to Linux and have just installed Ubuntu 6.1/
Gnome. Because I need to run a couple of Windows apps, I also
installed Wine and IE. Using winefile, I tried to install Front Page,
but although everything looked as if it was going OK, it failed at the
point where it was attempting to write Registry Values. The following
screen opened on my desktop, which seems to be a log of
2014 Aug 20
1
[RFC PATCH 10/11] PCI/MSI: Split the generic MSI code into new file
> -----Original Message-----
> From: linux-pci-owner at vger.kernel.org [mailto:linux-pci-owner at vger.kernel.org]
> On Behalf Of Yijing Wang
> Sent: Saturday, July 26, 2014 8:39 AM
> To: linux-kernel at vger.kernel.org
> Cc: Xinwei Hu; Wuyun; Bjorn Helgaas; linux-pci at vger.kernel.org;
> Paul.Mundt at huawei.com; James E.J. Bottomley; Marc Zyngier; linux-arm-
> kernel at
2014 Aug 20
1
[RFC PATCH 10/11] PCI/MSI: Split the generic MSI code into new file
> -----Original Message-----
> From: linux-pci-owner at vger.kernel.org [mailto:linux-pci-owner at vger.kernel.org]
> On Behalf Of Yijing Wang
> Sent: Saturday, July 26, 2014 8:39 AM
> To: linux-kernel at vger.kernel.org
> Cc: Xinwei Hu; Wuyun; Bjorn Helgaas; linux-pci at vger.kernel.org;
> Paul.Mundt at huawei.com; James E.J. Bottomley; Marc Zyngier; linux-arm-
> kernel at