Merge branch 'mount-necessary-directory'

This commit is contained in:
Kazuhiro MUSASHI 2019-08-13 23:38:47 +08:00
commit 9593b3c3c8
1 changed files with 5 additions and 3 deletions

View File

@ -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: