git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/stash.pp
diff options
context:
space:
mode:
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':