Commit 3fbe6e0e authored by Rane Squires's avatar Rane Squires

Change require to actual name of file resource

parent 25922d29
Pipeline #36 canceled with stages
...@@ -14,7 +14,7 @@ class anaconda::environments { ...@@ -14,7 +14,7 @@ class anaconda::environments {
exec { 'setupvanilla3': exec { 'setupvanilla3':
unless => "conda env list | grep -q 'vanilla3'", unless => "conda env list | grep -q 'vanilla3'",
command => 'conda env create -f /opt/envs/vanilla3.yml', command => 'conda env create -f /opt/envs/vanilla3.yml',
require => File[vanilla3.yml], require => File['/opt/envs/vanilla3.yml'],
path => ['/bin','/opt/miniconda/bin'] path => ['/bin','/opt/miniconda/bin']
} }
......
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