20246639 After configuring puppet master on agent, server cannot be found
authorGeoffrey Gardella <geoffrey.gardella@oracle.com>
Fri, 18 Sep 2015 09:02:02 -0700
changeset 4877 556ede0c23e5
parent 4876 bd07b8aacc8a
child 4878 a720ef1bf2de
20246639 After configuring puppet master on agent, server cannot be found
components/ruby/puppet/files/puppet.xml
--- a/components/ruby/puppet/files/puppet.xml	Fri Sep 18 07:09:02 2015 -0700
+++ b/components/ruby/puppet/files/puppet.xml	Fri Sep 18 09:02:02 2015 -0700
@@ -19,7 +19,7 @@
 
  CDDL HEADER END
 
- Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 
  NOTE:  This service manifest is not editable; its contents will
  be overwritten by package or patch operations, including
@@ -39,6 +39,7 @@
     </dependency>
     <exec_method type="method" name="start" exec=":true" timeout_seconds="60"/>
     <exec_method type="method" name="stop" exec=":kill" timeout_seconds="60"/>
+    <exec_method type="method" name="refresh" exec=":true" timeout_seconds="0"/>
     <property_group name="general" type="framework">
       <!-- to start stop puppet -->
       <propval name="action_authorization" type="astring" value="solaris.smf.manage.puppet"/>