diff options
author | Louis-Philippe VĂ©ronneau <pollito@riseup.net> | 2017-02-24 15:30:26 -0500 |
---|---|---|
committer | Louis-Philippe VĂ©ronneau <pollito@riseup.net> | 2017-02-24 15:30:26 -0500 |
commit | 0c189c8bdbbcc46a42f10ddd700d790f40834661 (patch) | |
tree | bb6457a1d6c50c329a8c2af2c09b9bb33e816d26 | |
parent | 7efd1bdbf731d1593e70be5105fd9d178bad54f6 (diff) |
fix variable name
-rw-r--r-- | templates/Debian/nextcodename.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/Debian/nextcodename.erb b/templates/Debian/nextcodename.erb index d4f9a40..0810412 100644 --- a/templates/Debian/nextcodename.erb +++ b/templates/Debian/nextcodename.erb @@ -1,7 +1,7 @@ # This file is managed by puppet # all local modifications will be overwritten -Explanation: Debian <%= next_codename %> +Explanation: Debian <%= debian_nextcodename %> Package: * -Pin: release o=Debian,n=<%= next_codename %> +Pin: release o=Debian,n=<%= debian_nextcodename %> Pin-Priority: 2 |