puppet-lint: Enforce 2sp_soft_tables puppet-lint check.

This cleans up the puppet codebase's whitespace formatting to be more
consistent.
This commit is contained in:
Tim Abbott
2018-08-13 12:27:41 -07:00
parent b26e0a957d
commit d0b51b70f4
10 changed files with 94 additions and 91 deletions

View File

@@ -2,13 +2,13 @@ class zulip_ops::postgres_common {
include zulip::postgres_common
$internal_postgres_packages = [# dependencies for our wal-e backup system
"lzop",
"pv",
"python3-pip",
"python-pip",
# "python3-gevent", # missing on trusty
"python-gevent",
]
"lzop",
"pv",
"python3-pip",
"python-pip",
# "python3-gevent", # missing on trusty
"python-gevent",
]
package { $internal_postgres_packages: ensure => "installed" }
exec {"pip_wal-e":
@@ -28,11 +28,14 @@ class zulip_ops::postgres_common {
minute => 0,
target => "postgres",
user => "postgres",
require => [ File["/usr/local/bin/pg_backup_and_purge"],
Package["postgresql-${zulip::base::postgres_version}",
"python3-dateutil",
"python-dateutil"
] ]
require => [
File["/usr/local/bin/pg_backup_and_purge"],
Package[
"postgresql-${zulip::base::postgres_version}",
"python3-dateutil",
"python-dateutil"
]
]
}
exec { "sysctl_p":