Slide 10
Slide 10 text
Puppet and Vagrant in Development
Puppet Resources
Puppet defines resources in a array'ish language
User { 'dave':
Ensure => present,
uid => '507',
gid => 'admin',
shell => '/bin/zsh',
home => '/home/dave',
managehome => true,
}
We can see the parts of the structure
Type = User
Title = Dave
Attributes
Values