CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/04/07 11:05:57
Modified files:
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/patches:
patch-lib_puppet_provider_package_openbsd_rb
patch-lib_puppet_provider_service_openbsd_rb
Added files:
sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_package_rb
Log message:
Better handling of package flavors, treat flavors as properties instead
of a parameter to the resources. Fixes detection of installed package flavors,
and adds the flavor of a package to "puppet resource package" output.
Better handling of service_flags on service configuration, now allow to
configure/set
flags before starting a service the first time. That makes services work that
require
parameters to start up, and prevents services from running with wrong
parameters.
OK jasper@