Avoid error on 1st run; make parent directory
This commit is contained in:
parent
7f6a763640
commit
77eab87a17
1 changed files with 2 additions and 1 deletions
|
@ -275,7 +275,8 @@ schedule { 'repo':
|
|||
ensure => directory,
|
||||
}
|
||||
|
||||
file { '/var/www/html':
|
||||
file { [ '/var/www',
|
||||
'/var/www/html', ]:
|
||||
ensure => directory,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue