Initial Changes to the manifests, just to get the recipe to run

This commit is contained in:
Keith Whyte 2018-02-13 21:35:33 +00:00
parent 9fbf48c8c6
commit 4b53a58494
4 changed files with 37 additions and 29 deletions

View file

@ -44,9 +44,9 @@ class rhizo_base::postgresql::debian inherits rhizo_base::postgresql::common {
class { 'postgresql::globals':
manage_package_repo => true,
version => '9.4',
version => '9.6',
}->
class { 'postgresql::server':
}
}
}