summaryrefslogtreecommitdiff
path: root/Property/Hostname.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Property/Hostname.hs')
-rw-r--r--Property/Hostname.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Property/Hostname.hs b/Property/Hostname.hs
deleted file mode 100644
index 204ff5d4..00000000
--- a/Property/Hostname.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module Property.Hostname where
-
-import Common
-import qualified Property.File as File
-
-set :: HostName -> Property
-set hostname = "/etc/hostname" `File.hasContent` [hostname]
- `onChange` cmdProperty "hostname" [Param hostname]
- `describe` ("hostname " ++ hostname)