diff options
author | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-06-18 22:04:25 +0200 |
---|---|---|
committer | Szilard Cserey <szilard.cserey@ericsson.com> | 2015-06-18 22:04:55 +0200 |
commit | a7c763a679eab63a8887bb85158ebdd38213e9a0 (patch) | |
tree | 4c86b675e168cd4bb0e58f10657bb3e6663ab3b7 /common | |
parent | c52a2ce8490535fe839a47b46eb42c458d39106a (diff) |
Fix typo: conatiner => container
Change-Id: If7a29b0c88a7009ef7587a460ecfeff4ba3f3661
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/puppet-opnfv/manifests/odl_docker.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/puppet-opnfv/manifests/odl_docker.pp b/common/puppet-opnfv/manifests/odl_docker.pp index 6e70ba0..fdbbe67 100644 --- a/common/puppet-opnfv/manifests/odl_docker.pp +++ b/common/puppet-opnfv/manifests/odl_docker.pp @@ -39,7 +39,7 @@ class opnfv::odl_docker mode => 750, } - file { "/opt/opnfv/odl/start_odl_conatiner.sh": + file { "/opt/opnfv/odl/start_odl_container.sh": ensure => present, source => "/etc/puppet/modules/opnfv/scripts/start_odl_container.sh", mode => 750, |