propellor spin
This commit is contained in:
parent
cc4129ea07
commit
2c2cde0b5c
|
@ -36,8 +36,8 @@ graphiteServer = propertyList "iabak graphite server" $ props
|
||||||
]
|
]
|
||||||
& graphiteCSRF
|
& graphiteCSRF
|
||||||
& cmdProperty "graphite-manage" ["syncdb", "--noinput"] `flagFile` "/etc/flagFiles/graphite-syncdb"
|
& cmdProperty "graphite-manage" ["syncdb", "--noinput"] `flagFile` "/etc/flagFiles/graphite-syncdb"
|
||||||
& cmdProperty "graphite-manage" ["createsuperuser", "--noinput", "--username=joey"] `flagFile` "/etc/flagFiles/graphite-user-joey"
|
& cmdProperty "graphite-manage" ["createsuperuser", "--noinput", "--username=joey", "--email=joey@localhost"] `flagFile` "/etc/flagFiles/graphite-user-joey"
|
||||||
& cmdProperty "graphite-manage" ["createsuperuser", "--noinput", "--username=db48x"] `flagFile` "/etc/flagFiles/graphite-user-db48x"
|
& cmdProperty "graphite-manage" ["createsuperuser", "--noinput", "--username=db48x", "--email=db48x@localhost"] `flagFile` "/etc/flagFiles/graphite-user-db48x"
|
||||||
-- TODO: deal with passwords somehow
|
-- TODO: deal with passwords somehow
|
||||||
& File.ownerGroup "/var/lib/graphite/graphite.db" "_graphite" "_graphite"
|
& File.ownerGroup "/var/lib/graphite/graphite.db" "_graphite" "_graphite"
|
||||||
& File.hasContent "/etc/apache2/iabak-graphite-web.conf"
|
& File.hasContent "/etc/apache2/iabak-graphite-web.conf"
|
||||||
|
|
Loading…
Reference in New Issue