Advertisement
Guest User

Untitled

a guest
Aug 28th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.16 KB | None | 0 0
  1.   apt::ppa { 'ppa:justinludwig/tzdata':
  2.     ensure => present,
  3.     options => 'http-proxy="http://http-proxy:3128"',
  4.     notify  => Exec['aptget-update']
  5.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement