Commit 6a29fd9b authored by Rane Squires's avatar Rane Squires

Changed content to source, now modifies etc/bash.bashrc !important

parent 74c6e17f
...@@ -18,8 +18,8 @@ class anaconda::install { ...@@ -18,8 +18,8 @@ class anaconda::install {
require => Exec['downloadconda'], require => Exec['downloadconda'],
} }
file { '/.bashrc': file { '/etc/bash.bashrc':
ensure => 'present', ensure => 'present',
content => 'export PATH="/miniconda/bin:$PATH"' source => 'puppet:///modules/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