diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-15 21:23:25 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-15 21:23:25 +0000 |
commit | 3fcf180cc967a75b20be6a7e7b0defb72ff18455 (patch) | |
tree | 3ac584adc7ae5efb62f797a1265d1e14bb2a17bd /deployment/reports | |
parent | 8e73415eb680baccc705591b93780bd77165a7ea (diff) | |
download | puppet-3fcf180cc967a75b20be6a7e7b0defb72ff18455.tar puppet-3fcf180cc967a75b20be6a7e7b0defb72ff18455.tar.gz puppet-3fcf180cc967a75b20be6a7e7b0defb72ff18455.tar.bz2 puppet-3fcf180cc967a75b20be6a7e7b0defb72ff18455.tar.xz puppet-3fcf180cc967a75b20be6a7e7b0defb72ff18455.zip |
fix yaml file syntax
Diffstat (limited to 'deployment/reports')
-rw-r--r-- | deployment/reports/templates/socket.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/reports/templates/socket.yaml b/deployment/reports/templates/socket.yaml index c764d6a3..cc68e4d0 100644 --- a/deployment/reports/templates/socket.yaml +++ b/deployment/reports/templates/socket.yaml @@ -1,2 +1,2 @@ --- -:ii_path: '/var/lib/ii/<%= nick %>/<%= server %>/<%= channel %>/in +ii_path: /var/lib/ii/<%= nick %>/<%= server %>/<%= channel %>/in |