In addition to `/mnt/backup`, mount `/var/spool/apt-mirror`.

This commit is contained in:
Kazuhiro MUSASHI 2019-08-13 23:22:30 +08:00
parent a0eaefeeb9
commit 8079808c45
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
# install `cifs-utils`
package 'cifs-utils'
directory '/mnt/backup/' do
%w( /mnt/backup /var/spool/apt-mirror ).each do |d|
directory d do
owner 'root'
group 'root'
end
end
# Add the fstab entry:
file '/etc/fstab' do