Displaying 8 results from an estimated 8 matches for "pkgdmg".
Did you mean:
pkgdir
2013 Jul 05
0
Updating a pkgdmg package
Hello guys,
I tried to update VirtualBox on my machine using puppet but I fall in an
issue with query.
https://github.com/puppetlabs/puppet/blob/master/lib/puppet/provider/package/pkgdmg.rb#L116
In this code its only look if the file exist and ignore the source value.
So, if I update the source to a new version it doesn''t update the package.
Can we check for the file and the source? If this is dangerous, can we have
another property to tell that this package is updatab...
2010 Jun 09
6
Input sought on changing default vardir on OS X.
0.25.5 changed the default vardir from /var/puppet to /var/lib/puppet
and it''s caused the odd issue we have to fix in the Mac pkg
preflights.
After re-reading ''man hier'' I''m tempted to change the default on OS X to:
/var/db/puppet
instead.
/var/ multi-purpose log, temporary, transient, and spool files
...
2013 Nov 23
2
OSX 10.9 appdmg/pkgdmg
Howdy,
Trying to install dmg files with puppet. However, after running my manifest
the .dmg file is never downloaded by curl. I tried pkgdmg and appdmg. I
also tried using a local directory as the source. It seems to ignore any
path I give as the source even totally bogus ones.
1 define pkg_deploy($sourcedir = false) {
2 $sourcedir_real = $sourcedir ? {
3 false => "http://webserver/folder/",...
2010 Dec 30
2
OS X package management
Hello,
I''ve got puppet installed and working. I''m looking for a way to update
software on OS X desktops. I have successfully set up the appdmg package
provider, and I can update an application. How do you manage installs? I
want to update an application but not when the user is using the
application. Is there a way to check if an application is running and do
the package
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
Hello
I can''t manage to install VB on osx via puppet and pkgdmg provider.
puppet client : 2.6.8 on osx snow leopard 10.6.7
puppetmaster : 2.6.8-1~bpo60+1 on debian squeeze
The puppet logs say :
[...]
debug: Puppet::Type::Package::ProviderPkgdmg: Executing ''/usr/bin/curl -o
/tmp/VirtualBox-4.0.8-71778-OSX.dmg -C - -k -s --url
https://web3/apps/Vir...
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
My manifest includes this snippet
class app_client_openbsd {
$app_client_pkgs_obsd = [ ''glib2-2.24.1p2'', ''gtar-1.23p1'' ]
package { "${app_client_pkgs_obsd}":
ensure => ''installed'',
source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.tgz",
}
This
2007 Jul 16
5
exec and notify
Are exec resources triggered by notify events supposed to be run once for every event
received or only run once per run irregardless of the number of resources that notified
it? It seems to me that it gets run twice no matter how many resources triggered it.
consider the following class:
class dhcp {
$prefix = "/usr/local/etc/dhcpd"
$dhcpd_conf = "$prefix/dhcpd.conf"
2006 Dec 01
1
Packages build for Solaris ? As CSW packages ?
...e_ruby/1.8/puppet/provider/package/dpkg.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/freebsd.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/gem.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/openbsd.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/pkgdmg.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/portage.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/ports.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/rpm.rb
./opt/csw/lib/ruby/site_ruby/1.8/puppet/provider/package/sun.rb
./opt/csw/lib/ruby/site_ruby/1.8/p...