formating
This commit is contained in:
parent
64ea1b7930
commit
c5a8caeb53
|
@ -4,8 +4,8 @@ Still working on the reprepro property :)
|
||||||
|
|
||||||
Here A property that I am using to publish a repository via apache (this is a prototype)
|
Here A property that I am using to publish a repository via apache (this is a prototype)
|
||||||
|
|
||||||
website :: String -> Property
|
website :: String -> Property
|
||||||
website hn = toProp $ Apache.siteEnabled hn apachecfg
|
website hn = toProp $ Apache.siteEnabled hn apachecfg
|
||||||
where
|
where
|
||||||
apachecfg = [ "<VirtualHost *>"
|
apachecfg = [ "<VirtualHost *>"
|
||||||
, "DocumentRoot " ++ basePath
|
, "DocumentRoot " ++ basePath
|
||||||
|
|
Loading…
Reference in New Issue