Skip to content

Commit

Permalink
make dbsync require rails::service
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrtv committed Apr 4, 2012
1 parent 5605ef1 commit 9e93bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails/manifests/init.pp
Expand Up @@ -12,7 +12,7 @@
path => $path,
user => "$rails::params::username",
cwd => "$rails::params::repository_path/app",
require => Class[Rails::Install],
require => Class[Rails::Service],
subscribe => Vcsrepo["$rails::params::repository_path"],
}
}

0 comments on commit 9e93bd7

Please sign in to comment.