Commit dded3ba9 authored by Rane Squires's avatar Rane Squires

Changing filesource to hopefully take advantage of automatic pathing to 'files' directory

parent b8b403d4
Pipeline #42 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/vanilla3.yml', source => 'puppet:///modules/anaconda/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