Add ODL bin dir to PATH
[integration/packaging/puppet-opendaylight.git] / manifests / config.pp
1 # == Class opendaylight::config
2 #
3 # This class is called from opendaylight for service config.
4 #
5 class opendaylight::config {
6   file { '/etc/profile.d/opendaylight.sh':
7     mode    => '0644',
8     content => 'PATH=$PATH:/opt/opendaylight/bin',
9   }
10 }