fix preseeding dir path
This commit is contained in:
parent
64d2c07735
commit
f315dedce6
1 changed files with 1 additions and 1 deletions
|
@ -128,5 +128,5 @@ class apt {
|
|||
# workaround for preseeded_package component
|
||||
file { "/var/cache": ensure => directory }
|
||||
file { "/var/cache/local": ensure => directory }
|
||||
file { "/var/cache/local/preseeding/": ensure => directory }
|
||||
file { "/var/cache/local/preseeding": ensure => directory }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue