Cross Reference: puppet.stencil
xref
: /
solaris-userland-s11u3
/
components
/
ruby
/
puppet
/
files
/
puppet.stencil
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2026
N/A
# WARNING: THIS FILE GENERATED FROM SMF DATA.
2026
N/A
# DO NOT EDIT THIS FILE. EDITS WILL BE LOST.
2026
N/A
#
2026
N/A
# See
puppet.conf
(5) and
http://docs.puppetlabs.com/guides/configuring.html
2026
N/A
# for details.
2026
N/A
; walk each instance and extract all properties from the config PG
2026
N/A
$%/(svc:/$%s:(.*)/:properties)/ {
2026
N/A
$%{$%1
/general/enabled
:?
2026
N/A
[$%2]
2026
N/A
$%/$%1/config/(.*)/ {
2026
N/A
$%3 = $%{$%1/config/$%3} }
2026
N/A
}
2026
N/A
}