components/ruby/puppet-solaris/files/puppet.stencil
changeset 7565 48aa82a0931f
parent 7564 f958607559a6
child 7566 34f2284a605f
equal deleted inserted replaced
7564:f958607559a6 7565:48aa82a0931f
     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 }