Skip to content

Commit

Permalink
update-apt-dater-host: fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Oct 30, 2015
1 parent 7238db3 commit bcf867e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/update-apt-dater-hosts.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

find "<%= scope.lookupvar('apt::dater::manager_fragments_dir') %>" -maxdepth 1 -xdev -type f \
find "<%= scope.lookupvar('apt_dater::manager_fragments_dir') %>" -maxdepth 1 -xdev -type f \
| perl -ne '
chomp;
/\/([^\/]*):([^\/]*):([^\/]*)$/;
Expand All @@ -14,4 +14,4 @@ find "<%= scope.lookupvar('apt::dater::manager_fragments_dir') %>" -maxdepth 1 -
print "Hosts=", join( ";", @{ $hosts{$customer} }), "\n\n";
}
}'


0 comments on commit bcf867e

Please sign in to comment.