Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class oraclethree{
  2. exec { 'a':
  3. command => '/bin/rm -f /home/oracle/.bash_profile',
  4. user => "root",
  5. logoutput => true
  6. }
  7. file { '/home/oracle/.bash_profile':
  8. ensure => "present",
  9. owner => "oracle",
  10. group => "oinstall",
  11. }
  12.  
  13. }
  14. include oraclethree
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement