In addition to `/mnt/backup`, mount `/var/spool/apt-mirror`.
This commit is contained in:
parent
a0eaefeeb9
commit
8079808c45
|
@ -1,9 +1,11 @@
|
||||||
# install `cifs-utils`
|
# install `cifs-utils`
|
||||||
package 'cifs-utils'
|
package 'cifs-utils'
|
||||||
|
|
||||||
directory '/mnt/backup/' do
|
%w( /mnt/backup /var/spool/apt-mirror ).each do |d|
|
||||||
owner 'root'
|
directory d do
|
||||||
group 'root'
|
owner 'root'
|
||||||
|
group 'root'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Add the fstab entry:
|
# Add the fstab entry:
|
||||||
|
|
Loading…
Reference in New Issue