components/puppet/files/puppet.stencil
branchs11u2-sru
changeset 3460 5c5af6e58474
parent 3457 6358358b4186
child 3461 1240b4c4e38d
equal deleted inserted replaced
3457:6358358b4186 3460:5c5af6e58474
     1 # WARNING: THIS FILE GENERATED FROM SMF DATA.
       
     2 #     DO NOT EDIT THIS FILE.  EDITS WILL BE LOST.
       
     3 #
       
     4 # See puppet.conf(5) and http://docs.puppetlabs.com/guides/configuring.html
       
     5 # for details.
       
     6 ; walk each instance and extract all properties from the config PG
       
     7 $%/(svc:/$%s:(.*)/:properties)/ {
       
     8 $%{$%1/general/enabled:?
       
     9 [$%2]
       
    10 $%/$%1/config/(.*)/ {
       
    11 $%3 = $%{$%1/config/$%3} }
       
    12 }
       
    13 }