Puppet related resources
Currently, I only have one public puppet resource: a Solaris-specific
module to allow
setting of SMF properties via puppet: svcprop
Generally, I use ansible more than puppet these days, for IaC purposes. However,
I do not have any public ansible modules to showcase at this time.
AWS
Here is a CloudFormation template I put together a while back, that demonstrates how to stand up a VM with
a running HTTP server.
It is useful because it demonstrates adding install hooks into the VM.
Click to download the YAML cloud template,
beginner.yaml
Alternatively, to view the code in-browser,
click here