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
#!py | |
# The following statefile uses Python to set a grain ('sample-token') to | |
# a value pulled from a HTTP call. The call will not be repeated if the | |
# grain is already set. | |
from salt.utils.http import query | |
import json | |
def run(): |
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
--- tool/rbinstall.rb 2015-03-07 21:59:28.834830008 +1000 | |
+++ tool/rbinstall.rb.patch 2015-03-07 21:59:43.202830008 +1000 | |
@@ -711,7 +711,7 @@ | |
install?(:ext, :comm, :gem) do | |
begin | |
require "zlib" | |
- rescue LoadErroe | |
+ rescue LoadError | |
end | |
if defined?(Zlib) |
NewerOlder