aboutsummaryrefslogtreecommitdiff
path: root/src/property/hostname.lisp
Commit message (Collapse)AuthorAge
* HOSTNAME:CONFIGURED: drop seemingly unnecessary DOMAIN argumentSean Whitton2022-04-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstringSean Whitton2022-04-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* HOSTNAME::DOMAIN: fix handling hostnames without any '.'Sean Whitton2021-07-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add descriptions to some recently added propertiesSean Whitton2021-05-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* ensure implicitly defined hosts have a hostname & add HOSTNAME:ISSean Whitton2021-05-29
| | | | | | | | | | | | | Previously, the hosts representing chroots defined inline using dotted propapp notation did not have any hostname in their hostattrs, but many properties assume that every HOST object has a hostname. HOSTNAME:IS can be used to override the default value we provide in MAKE-CHILD-HOST. This approach avoids adding a hostname parameter to properties like CHROOT:OS-BOOTSTRAPPED, which would be less convenient because many chroots do not need a hostname different from their parent's. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add CONSFIGURATOR.PROPERTY.HOSTNAMESean Whitton2021-05-25
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>