Skip to content

Instantly share code, notes, and snippets.

@flozano
Created October 29, 2021 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flozano/02ec944df6b93c0720efef0e570a0ff5 to your computer and use it in GitHub Desktop.
Save flozano/02ec944df6b93c0720efef0e570a0ff5 to your computer and use it in GitHub Desktop.
Apply puppet once
# noop
puppet agent --no-daemonize --verbose --onetime --pluginsync --test --noop
# real
puppet agent --no-daemonize --verbose --onetime --pluginsync --test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment