diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-09 01:45:58 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-09 01:47:11 -0400 |
| commit | fc49d75e4fb9e8d2c7ce9d60647a26ecc030d253 (patch) | |
| tree | 1652c818d61150ca718986df6474158c9717c5e1 /src/Propellor/Property/Hostname.hs | |
| parent | 582be8ebe00838509d978091d3c97ebeb1bf99de (diff) | |
Attr is renamed to Info.
Diffstat (limited to 'src/Propellor/Property/Hostname.hs')
| -rw-r--r-- | src/Propellor/Property/Hostname.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Hostname.hs b/src/Propellor/Property/Hostname.hs index 3a6283cf..10fda040 100644 --- a/src/Propellor/Property/Hostname.hs +++ b/src/Propellor/Property/Hostname.hs @@ -3,7 +3,7 @@ module Propellor.Property.Hostname where import Propellor import qualified Propellor.Property.File as File --- | Ensures that the hostname is set to the HostAttr value. +-- | Ensures that the hostname is set to the HostInfo value. -- Configures /etc/hostname and the current hostname. -- -- A FQDN also configures /etc/hosts, with an entry for 127.0.1.1, which is |
