Added custom Rake commands for Beaker tests
[integration/packaging/puppet-opendaylight.git] / manifests / config.pp
index 13d2d8f76123dfd71c6f7600837eee7616f39993..1b3376c94c8293a94a731e3e72ab8f214b56f0ed 100644 (file)
@@ -3,4 +3,9 @@
 # This class is called from opendaylight for service config.
 #
 class opendaylight::config {
+  # TODO: Create user/group
+  file { '/etc/profile.d/opendaylight.sh':
+    mode    => '0644',
+    content => 'PATH=$PATH:/opt/opendaylight/bin',
+  }
 }