diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-08 18:51:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-08 18:51:50 -0400 |
| commit | c479874351956df0faef0f7182be07f7339bdf05 (patch) | |
| tree | 13c35ea4c6c705faa7aee3c82dcf32043bd22fde | |
| parent | 3cba277a166da90d3cceabb144562ec7491f9a6d (diff) | |
propellor spin
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index dbee7b0a..cd0ad26f 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -959,7 +959,7 @@ homePowerMonitor user hosts ctx sshkey = propertyList "home power monitor" $ pro ] setupservicename = "homepower-setup" setupservicefile = "/etc/systemd/system/" ++ setupservicename ++ ".service" - setupserviceinstalled = servicefile `File.hasContent` + setupserviceinstalled = setupservicefile `File.hasContent` [ "[Unit]" , "Description=home power monitor setup" , "" |
