Advertisement
PuppeyG

p

Sep 3rd, 2022
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.15 KB | None | 0 0
  1. node wevserver.example.com {
  2.   class { 'sudo': }
  3.   class { 'ntp':
  4.     servers => ['ntp1.example.com', 'ntp1.example.com'],
  5.   }
  6.   class { 'apache': }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement