https://forge.puppet.com/genebean/piweatherrock contains some optional settings that may be useful if you started with Raspbian Lite or simply prefer the awesome window manager. You can install it by running the following command on your Pi post-installation:
sudo puppet apply -e "class { 'piweatherrock': enable_awesome_desktop => true, }"
Running the command below will tell puppet to keep things in line every 30 minutes. See https://crontab.guru/ for examples of how you could adjust the interval.
puppet resource cron 'run puppet' \
ensure=present \
command='/usr/bin/sudo /usr/bin/puppet apply -e "include piweatherrock"' \
minute='*/30'
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.