Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| puppet [2016/03/20 23:42] – Externe Bearbeitung 127.0.0.1 | puppet [2018/01/17 19:04] (current) – gevatter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | * http:// | ||
| + | |||
| + | ===== packages ===== | ||
| + | |||
| + | * puppetlabs-ntp | ||
| + | * puppet-apt (apt-dater!) | ||
| + | |||
| + | |||
| + | ==== to evaluate ==== | ||
| + | |||
| + | * etckeeper | ||
| + | |||
| + | ===== resolve dependencies ===== | ||
| + | * https:// | ||
| + | |||
| + | |||
| ===== syntaxcheck ===== | ===== syntaxcheck ===== | ||
| puppet parser validate init.pp | puppet parser validate init.pp | ||
| + | ===== kickstart foreman server ===== | ||
| + | < | ||
| + | puppet module install puppetlabs/ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | class { ':: | ||
| + | server => true, | ||
| + | } | ||
| + | |||
| + | class { ':: | ||
| + | require => Class[' | ||
| + | } | ||
| + | |||
| + | class { ' | ||
| + | http => false, | ||
| + | puppet => true, | ||
| + | custom_repo => true, | ||
| + | } | ||
| + | |||
| + | </ | ||
