Commit aa2afc59 authored by Rane Squires's avatar Rane Squires

Fixed typo: 'requires' -> 'require'

parent 02f6559d
......@@ -15,6 +15,6 @@ class anaconda::install {
creates => '/miniconda/bin/activate',
command => 'bash /miniconda.sh -b -p /miniconda',
path => ['/bin'],
requires => Exec['downloadconda'],
require => Exec['downloadconda'],
}
}
\ No newline at end of file
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