diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-23 15:27:32 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-23 15:27:32 +0100 |
commit | 1cf27e113bc2543685101c58cb98e21b2978ad96 (patch) | |
tree | e03ec8434dc2276607c543f3cbcf0625d47d6244 | |
parent | 4588b79a1f3c86076c52a0aa0ae05f93115917a8 (diff) | |
download | puppet-bind-1cf27e113bc2543685101c58cb98e21b2978ad96.tar.gz puppet-bind-1cf27e113bc2543685101c58cb98e21b2978ad96.tar.bz2 |
(bind - default-record.erb) removed useless blank linex
-rw-r--r-- | templates/default-record.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/default-record.erb b/templates/default-record.erb index 64aa056..112ae2f 100644 --- a/templates/default-record.erb +++ b/templates/default-record.erb @@ -3,4 +3,3 @@ <% else -%> <%=owner%> <%=record_class%> <%=record_type%> <%=host%> <% end -%> - |