Adding sfa support ple using hostname
[nepi.git] / src / nepi / resources / linux / ccn / ccnd.py
index ffaee50..44bc276 100644 (file)
@@ -136,6 +136,10 @@ class LinuxCCND(LinuxApplication):
     def path(self):
         return "PATH=$PATH:${BIN}/%s/" % self.version 
 
+    @property
+    def environment(self):
+        return self._environment()
+
     def do_deploy(self):
         if not self.node or self.node.state < ResourceState.READY:
             self.debug("---- RESCHEDULING DEPLOY ---- node state %s " % self.node.state )