From 3805989ff79484c3e6696824358b2b6219cd89bb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Nov 2018 23:42:45 -0500 Subject: also accept just the bare hostname not entirely sure how this is determined, but tozt at least fails on the initial puppet run if this doesn't exist --- manifests/partofme.pp | 2 +- manifests/tozt.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/partofme.pp b/manifests/partofme.pp index 978a666..22ebfbe 100644 --- a/manifests/partofme.pp +++ b/manifests/partofme.pp @@ -1,4 +1,4 @@ -node 'partofme.localdomain' { +node 'partofme', 'partofme.localdomain' { # we don't want to store anything system-related on the persistent disk, # since we want it to be encrypted, and we can't really access it at boot # time to type in a password diff --git a/manifests/tozt.pp b/manifests/tozt.pp index 3c36818..3eb4f23 100644 --- a/manifests/tozt.pp +++ b/manifests/tozt.pp @@ -1,4 +1,4 @@ -node 'tozt.localdomain' { +node 'tozt', 'tozt.localdomain' { $persistent_data = '/media/persistent' include tozt::persistent Class['tozt::persistent'] -> Class['base'] -- cgit v1.2.3-54-g00ecf