puppet-hiera
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -14,3 +14,2 @@ /** | ||
fs = require('fs'); | ||
path = require('path'); | ||
@@ -29,3 +28,5 @@ async = require('async'); | ||
function init(config) { | ||
fs = new File(config.file); | ||
if (!fs) { | ||
fs = new File(config.configFile); | ||
} | ||
} | ||
@@ -32,0 +33,0 @@ |
{ | ||
"name": "puppet-hiera", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Module to interface with a hiera database", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35446
630
3