diff options
-rw-r--r-- | CHANGELOG | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/tc_simple.rb | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1.3.6: + A bugfix release, including fixes for #29, and #30. Also fixed + the SSH keys so they only have the key, not the type or description. + +1.3.5: + A bugfix release. + 1.3.4: Added many new facts, including LSB facts. diff --git a/tests/tc_simple.rb b/tests/tc_simple.rb index 8c7d995..c355d79 100644..100755 --- a/tests/tc_simple.rb +++ b/tests/tc_simple.rb @@ -1,4 +1,4 @@ -#! /usr/bin/env ruby +#!/usr/bin/env ruby $facterbase = File.dirname(File.dirname(__FILE__)) if $facterbase == "." |