Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. case $operatingsystem {
  2. debian: {
  3. exec { "apt-get-update":
  4. refreshonly => true,
  5. command => "/usr/bin/apt-get update",
  6. }
  7. Package {
  8. provider => "apt",
  9. require => Exec["apt-get-update"],
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment