Advertisement
Guest User

Untitled

a guest
Apr 11th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.37 KB | None | 0 0
  1.   package { 'pasture':
  2.     ensure   => present,
  3.     provider => 'gem',
  4.     before   => File['/etc/pasture_config.yaml'],
  5.   }
  6.  
  7.   file { '/ect/pasture_config.yaml':
  8.     source => 'puppet:///modules/pasture/pasture_config.yaml',
  9.     notify => Service['pasture'],
  10.   }
  11.  
  12.   file { '/ect/systemd/system/pasture.service':
  13.     source => 'puppet:///modules/pasture/pasture.service',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement