Manage vsroom htpasswd
This commit is contained in:
parent
714f5c0715
commit
64f15fc9b9
1 changed files with 8 additions and 0 deletions
|
@ -70,4 +70,12 @@ class vsroom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { "/var/lib/vsroom/.htpasswd":
|
||||||
|
ensure => present,
|
||||||
|
mode => 0640,
|
||||||
|
owner => root,
|
||||||
|
group => $apache::sslserver::group,
|
||||||
|
require => File["/var/lib/vsroom"],
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue