Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.28 KB | None | 0 0
  1. stack { 'puppet':
  2.   ensure        => present,
  3.   count         => 1,
  4.   elastic_ips   => ['1.2.3.4'],
  5.   egress_rules  => [
  6.     {protocol => 'tcp', port => 22, cidr => '5.6.7.8/32'},
  7.   ],
  8.   ingress_rules => [
  9.     {protocol => 'tcp', port => 8140, security_group => 'default'},
  10.   ],
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement