Skip to content
Snippets Groups Projects
Commit 511a5008 authored by Quinn, Jeffrey's avatar Quinn, Jeffrey
Browse files

fixed content->source

parent 25322d39
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class railsapp ($hostname) {
owner => 'rails',
group => 'www-data',
mode => '0600',
content => 'puppet:///modules/itservicesapps/itservicesapps-deploy',
source => 'puppet:///modules/itservicesapps/itservicesapps-deploy',
require => File['/home/rails/.ssh'],
}
file { '/home/rails/.ssh/known_hosts':
......@@ -65,7 +65,7 @@ class railsapp ($hostname) {
owner => 'rails',
group => 'www-data',
mode => '0600',
content => 'puppet:///modules/itservicesapps/known_hosts',
source => 'puppet:///modules/itservicesapps/known_hosts',
require => File['/home/rails/.ssh'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment