Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. exec { mtucheck:
  3. command => " ifconfig | grep -i mtu > /mgr/net/mtu/$hostname",
  4. creates => "/mgr/net/mtu/$hostname",
  5. path => ["/sbin","/bin", "/usr/sbin", "/usr/bin"],
  6. user => "root",
  7. }
Add Comment
Please, Sign In to add comment