git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/stash.pp
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-10-30 13:50:10 -0700
committermail_redacted_for_web 2015-10-30 13:50:10 -0700
commite5be3e2ddd2201a26a848fbc412b6705ff9154f9 (patch)
tree865dec0be4dfb72d430f1ea81f6f1a17ce581692 /site/profile/manifests/stash.pp
parent3149d9707f2882bdd4bc499a2bc65fb6dff36bf9 (diff)
downloadcontrol-repo-template-e5be3e2ddd2201a26a848fbc412b6705ff9154f9.tar.bz2
fixing a bunch of puppet lint warnings
Diffstat (limited to 'site/profile/manifests/stash.pp')
-rw-r--r--site/profile/manifests/stash.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/profile/manifests/stash.pp b/site/profile/manifests/stash.pp
index b3298e4..18b0468 100644
--- a/site/profile/manifests/stash.pp
+++ b/site/profile/manifests/stash.pp
@@ -2,8 +2,8 @@ class profile::stash {
class { 'java' :
version => present,
- } ->
-
+ } ->
+
class { 'postgresql::globals':
manage_package_repo => true,
version => '9.4',
@@ -16,9 +16,9 @@ class profile::stash {
} ->
class { 'stash':
- javahome => '/etc/alternatives/java_sdk',
+ javahome => '/etc/alternatives/java_sdk',
#dev.mode grants a 24-hour license for testing
- java_opts => '-Datlassian.dev.mode=true',
+ java_opts => '-Datlassian.dev.mode=true',
}
file { '/opt/puppetlabs/bin/stash_mco.rb':