diff options
author | elijah <elijah@riseup.net> | 2015-03-31 14:07:06 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-03-31 14:07:06 -0700 |
commit | a434d299225d4dfe6b2ef23859ab8d573e9a7575 (patch) | |
tree | 469309d05209f1567cc8876b5cb44f8efc442572 /puppet | |
parent | 1f3a09047dbc0b411fc78233301f8440957ee6b8 (diff) |
tapicero: make config compatible with 0.7
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/tapicero/templates/tapicero.yaml.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/tapicero/templates/tapicero.yaml.erb b/puppet/modules/tapicero/templates/tapicero.yaml.erb index 40048a5e..fb3b93aa 100644 --- a/puppet/modules/tapicero/templates/tapicero.yaml.erb +++ b/puppet/modules/tapicero/templates/tapicero.yaml.erb @@ -17,7 +17,7 @@ connection: # file to store the last processed user record in so we can resume after # a restart: -seq_file: "/var/lib/leap/tapicero/tapicero.seq" +seq_dir: "/var/lib/leap/tapicero/" # Configure log_file like this if you want to log to a file instead of syslog: # log_file: "/var/leap/log/tapicero.log" |