git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-09-22 12:38:46 -0700
committermail_redacted_for_web 2015-09-22 12:38:46 -0700
commit06f2e5e5aae05b3d29c6ff95019448f37a6a16f5 (patch)
tree8065bef019eb39d6129422c920d3526b6a2227ec
parent809f68208617d1ad0695696e1ef30250a86a4c6d (diff)
downloadcontrol-repo-template-06f2e5e5aae05b3d29c6ff95019448f37a6a16f5.tar.bz2
Correct module namespace for stash module
-rw-r--r--Puppetfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Puppetfile b/Puppetfile
index a220865..df6bec9 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -9,7 +9,7 @@ mod "puppetlabs/concat", :latest
mod "puppetlabs/ntp", :latest
mod "saz/ssh", :latest
mod "puppetlabs/postgresql", '4.5.0'
-mod "puppetlabs/stash", '1.3.0'
+mod "puppet/stash", '1.3.0'
mod "puppetlabs/java", '1.4.1'
#An example of using a specific forge module version instead of latest