17284583 puppet service needs dependency on identity:node
authorDrew Fisher <drew.fisher@oracle.com>
Thu, 08 Aug 2013 09:15:46 -0600
changeset 1425 1b3eaf10ca5f
parent 1424 cf1a67ff5b86
child 1426 47002a1da407
17284583 puppet service needs dependency on identity:node
components/puppet/files/puppet.xml
components/puppet/resolve.deps
--- a/components/puppet/files/puppet.xml	Tue Aug 06 20:45:42 2013 -0700
+++ b/components/puppet/files/puppet.xml	Thu Aug 08 09:15:46 2013 -0600
@@ -43,6 +43,22 @@
             <service_fmri value='svc:/system/filesystem/minimal' />
     </dependency>
 
+    <dependency
+        name='network'
+        grouping='require_all'
+        restart_on='error'
+        type='service'>
+            <service_fmri value='svc:/milestone/network' />
+    </dependency>
+
+    <dependency
+        name='identity'
+        grouping='require_all'
+        restart_on='error'
+        type='service'>
+            <service_fmri value='svc:/system/identity:node' />
+    </dependency>
+
     <exec_method type='method' name='start' exec=':true' timeout_seconds='60' />
     <exec_method type='method' name='stop' exec=':kill' timeout_seconds='60' />
 
--- a/components/puppet/resolve.deps	Tue Aug 06 20:45:42 2013 -0700
+++ b/components/puppet/resolve.deps	Thu Aug 08 09:15:46 2013 -0600
@@ -4,3 +4,4 @@
 system/library
 system/library/math
 system/linker
+system/network