Fixed typo in previous commit in odl_docker.pp (so that its used the correct filename) 76/676/2
authorDan Smith <daniel.smith@ericsson.com>
Wed, 27 May 2015 19:12:38 +0000 (15:12 -0400)
committerDaniel Smith <daniel.smith@ericsson.com>
Wed, 27 May 2015 19:20:16 +0000 (19:20 +0000)
Change-Id: Idd74bbe3bc270a93db5a9325c36a0f3439077452
JIRA: 0
Signed-off-by: Dan Smith <daniel.smith@ericsson.com>
fuel/build/f_odl_docker/puppet/modules/opnfv/manifests/odl_docker.pp

index 24f28e4..bace585 100644 (file)
@@ -42,7 +42,7 @@ class opnfv::odl_docker
       }
       file { '/opt/opnfv/odl/config_net.sh':
         ensure => present,
-        source => '/etc/puppet/modules/opnfv/scripts/config_net.sh',
+        source => '/etc/puppet/modules/opnfv/scripts/config_net_odl.sh',
         mode   => 750,
       }