Created
February 27, 2013 15:29
-
-
Save drohr/5048751 to your computer and use it in GitHub Desktop.
Hack to get ec2 tags to facter.
https://gist.github.com/zarmstrong/6893172
I've forked this to take into account non-word (\w) characters in key or value. It replaces the field separator " " (space) with | (pipe).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great job! Thanks a lot!
Check my version when you can. I've added support to tags with spaces and special chars in between: https://gist.github.com/rafaelfelix/5937611