Commit 767922ab authored by Rane Squires's avatar Rane Squires

Change source to content

parent b8427109
...@@ -20,6 +20,6 @@ class anaconda::install { ...@@ -20,6 +20,6 @@ class anaconda::install {
file { '/etc/bash.bashrc': file { '/etc/bash.bashrc':
ensure => 'present', ensure => 'present',
source => 'puppet:///modules/anaconda/data/bashrc' 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