| => |
apply left to right with no refresh |
used in 4.1, install precedes config, that precedes service |
| ~> |
apply left to right then refresh right when a change is made to left |
|
| $MODPATH |
alias |
currently set as: /opt/puppetlabs/puppet/modules |
daemonize |
runs in the background |
--no-daemonize means do not run in background |
| init.pp |
entry file |
must exist in every module |
| rsyslog |
a rocket-fast system for log processing |
pre-installed on Ubuntu 22.04 and 24.04 |
| site.pp location |
where modules are enabled |
/etc/puppetlabs/code/environments/production/manifests/site.pp |
| sudo puppet agent --no-daemonize --verbose --onetime |
apply confirm from mgmt |
pulls the config from the mgmt |