diff options
| author | mo khan <mo@mokhan.ca> | 2015-12-23 22:04:17 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-12-23 22:04:17 -0700 |
| commit | 9128f9314a4f723c5c37a2dc220dd752aa4d4464 (patch) | |
| tree | 48b8399096aea168f7350997b1bbeb085110d30a /attributes | |
| parent | 6f43e9640de5a43982b8f6a124276db0c08c84d3 (diff) | |
sync pg backups to s3.
Diffstat (limited to 'attributes')
| -rw-r--r-- | attributes/default.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/attributes/default.rb b/attributes/default.rb index 0738b14..1b84dfc 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -50,6 +50,7 @@ default['stronglifters']['nginx']['blacklisted_ips'] = [] default['stronglifters']['nginx']['domain'] = 'www.example.com' default['stronglifters']['ruby_version'] = '2.2.3' default['stronglifters']['username'] = 'rails' +default['stronglifters']['s3_backup_path'] = 's3://bucket/backups/' pg_connection_string = if node['postgres'].nil? == false |
