summaryrefslogtreecommitdiff
path: root/Property/Hostname.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Property/Hostname.hs')
-rw-r--r--Property/Hostname.hs1
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)