Dags att lägga till SSH till våran Puppet installation.
$ sudo puppet module install saz-ssh
Notice: Preparing to install into /etc/puppet/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Notice: Installing -- do not interrupt ...
/etc/puppet/modules
└─┬ saz-ssh (v2.8.1)
├── puppetlabs-concat (v1.2.4)
└── puppetlabs-stdlib (v4.8.0)
Lägg till ssh i node definitionen
class { 'ssh':
}
Det får räcka för stunden så kompletterar vi med mer sen.