Commit c74cbb8b authored by Rane Squires's avatar Rane Squires

Removed PATH based resource for now

parent a1229c04
...@@ -17,9 +17,4 @@ class anaconda::install { ...@@ -17,9 +17,4 @@ class anaconda::install {
path => ['/bin' , '/usr/bin'], path => ['/bin' , '/usr/bin'],
require => Exec['downloadconda'], require => Exec['downloadconda'],
} }
file { '/etc/bash.bashrc':
ensure => 'present',
content => file('anaconda/data/bashrc')
}
} }
\ 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