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

wrong module name

parent 5593dcdd
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',
source => 'puppet:///modules/itservicesapps/itservicesapps-deploy',
source => 'puppet:///modules/railsapp/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',
source => 'puppet:///modules/itservicesapps/known_hosts',
source => 'puppet:///modules/railsapp/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