Commit 91c70116 authored by Rane Squires's avatar Rane Squires

Change source path to fully qualified path to file

parent 3fbe6e0e
Pipeline #37 canceled with stages
...@@ -8,7 +8,7 @@ class anaconda::environments { ...@@ -8,7 +8,7 @@ class anaconda::environments {
file { '/opt/envs/vanilla3.yml': file { '/opt/envs/vanilla3.yml':
ensure => present, ensure => present,
source => 'puppet:///modules/anaconda/data', source => 'puppet:///modules/anaconda/data/vanilla3.yml',
} }
exec { 'setupvanilla3': exec { 'setupvanilla3':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment