summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Puppetfile.lock18
2 files changed, 1 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index 9ef9ca4..c6cdc29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-Gemfile.lock
spec/fixtures/
vendor/
.tmp/*
.librarian/*
+*.lock
diff --git a/Puppetfile.lock b/Puppetfile.lock
deleted file mode 100644
index 2c74da4..0000000
--- a/Puppetfile.lock
+++ /dev/null
@@ -1,18 +0,0 @@
-FORGE
- remote: http://forge.puppetlabs.com
- specs:
- 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)
-