Skip to content
Snippets Groups Projects
Commit 9ac129db authored by Darren Patterson's avatar Darren Patterson
Browse files

fix Exec notify that no longer exists

parent f6245ae6
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,7 @@ class oracledb {
file {
'/etc/init.d/oracle':
source => 'puppet:///oracledb/oracle.init',
mode => '0755',
notify => Exec['chkconfig oracle'];
mode => '0755';
'/etc/filter-syslog/oracle':
source => 'puppet:///oracledb/filter-syslog';
}
......
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