Created
December 20, 2016 03:43
-
-
Save furlongm/07de95d6ee301e2c08a4c4487a20d107 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
find /etc -name "*.rpmnew" -exec sh -c 'mv {} $(dirname {})/$(basename {} .rpmnew)' \; | |
puppet agent -t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment