Created
October 29, 2021 06:16
-
-
Save flozano/02ec944df6b93c0720efef0e570a0ff5 to your computer and use it in GitHub Desktop.
Apply puppet once
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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