components/puppet/files/puppet.stencil
author saurabh.vyas@oracle.com
Mon, 27 Oct 2014 00:43:51 -0700
branchs11u2-sru
changeset 3423 f15260c4f334
parent 2771 8e4227dc2fc4
permissions -rw-r--r--
18197420 pkg publisher provider should handle set/disable combination 19278382 svccfg provider doesn't verify properties correctly 19308306 puppet verify fails on file:/ pkg publisher

# WARNING: THIS FILE GENERATED FROM SMF DATA.
#     DO NOT EDIT THIS FILE.  EDITS WILL BE LOST.
#
# See puppet.conf(5) and http://docs.puppetlabs.com/guides/configuring.html
# for details.
; walk each instance and extract all properties from the config PG
$%/(svc:/$%s:(.*)/:properties)/ {
$%{$%1/general/enabled:?
[$%2]
$%/$%1/config/(.*)/ {
$%3 = $%{$%1/config/$%3} }
}
}