Displaying 2 results from an estimated 2 matches for "package_source".
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 => windows,
source => "$package_source",
in...
2013 Aug 28
3
Creating Windows services
Hello,
Documentation mentions that Windows service resource provider "can start,
stop, enable, and disable services".
Is it possible to create (register) a service using this provider?
I''m running stand-alone Puppet agent 3.4.2 on Windows.
Thanks,
Igor.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To