diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 16:04:50 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 16:04:50 -0400 |
| commit | 4d33b25ba37d7dd91ffeb44b185d24d09f3c1320 (patch) | |
| tree | 06973cd9d444b0ef1fc9fd246fb88d416e4b7430 /Property/Hostname.hs | |
| parent | a2a3d3f3a252e64d80421b5a14ef572a7bdf9e4a (diff) | |
more descriptions
Diffstat (limited to 'Property/Hostname.hs')
| -rw-r--r-- | Property/Hostname.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Property/Hostname.hs b/Property/Hostname.hs index 8bc7a6b8..3d9d2ad0 100644 --- a/Property/Hostname.hs +++ b/Property/Hostname.hs @@ -8,3 +8,4 @@ type HostName = String set :: HostName -> Property set hostname = "/etc/hostname" `File.hasContent` [hostname] `onChange` cmdProperty "hostname" [Param hostname] + `describe` ("hostname " ++ hostname) |
