summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Puppetfile3
-rw-r--r--Puppetfile.lock8
2 files changed, 10 insertions, 1 deletions
diff --git a/Puppetfile b/Puppetfile
index 60d1d14..39f742e 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -1,4 +1,5 @@
forge 'http://forge.puppetlabs.com'
mod 'puppetlabs/stdlib', '>=0.1.6'
-mod 'puppetlabs/concat' \ No newline at end of file
+mod 'puppetlabs/concat'
+mod 'openbsd', :git => "git://github.com/duritong/puppet-openbsd.git"
diff --git a/Puppetfile.lock b/Puppetfile.lock
index 0689d41..2c74da4 100644
--- a/Puppetfile.lock
+++ b/Puppetfile.lock
@@ -4,7 +4,15 @@ FORGE
puppetlabs/concat (1.0.0-rc1)
puppetlabs/stdlib (4.1.0)
+GIT
+ remote: git://github.com/duritong/puppet-openbsd.git
+ ref: master
+ sha: a6cce1fe5262b59538835d3b9166cc754b8e550d
+ specs:
+ openbsd (0.0.1)
+
DEPENDENCIES
+ openbsd (>= 0)
puppetlabs/concat (>= 0)
puppetlabs/stdlib (>= 0.1.6)