summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 00:24:14 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 00:24:14 -0400
commit8caa7b4cae5f66e15715ae470170dc4b73e2347e (patch)
tree6c2ad4477f7bd79de2a36fb23c4866e28c118a2d
parentff2df93cafa21d68f85e8be84d4e9c0f33a78ae4 (diff)
downloadpuppet-tozt-8caa7b4cae5f66e15715ae470170dc4b73e2347e.tar.gz
puppet-tozt-8caa7b4cae5f66e15715ae470170dc4b73e2347e.zip
more notes
-rw-r--r--after-provisioning2
-rw-r--r--modules/conf/manifests/init.pp2
-rw-r--r--modules/tozt/manifests/user.pp2
3 files changed, 6 insertions, 0 deletions
diff --git a/after-provisioning b/after-provisioning
index dfa4546..4fd70c8 100644
--- a/after-provisioning
+++ b/after-provisioning
@@ -6,3 +6,5 @@ configure wireguard
configure tarsnap
- copy machine key from... somewhere
- put it... somewhere?
+
+push canonical password-store repository
diff --git a/modules/conf/manifests/init.pp b/modules/conf/manifests/init.pp
index 816c835..ffcf320 100644
--- a/modules/conf/manifests/init.pp
+++ b/modules/conf/manifests/init.pp
@@ -48,4 +48,6 @@ define conf($user=$name, $home=undef) {
Package::Cargo["fancy-prompt for $user"],
];
}
+
+ # XXX use the right branch
}
diff --git a/modules/tozt/manifests/user.pp b/modules/tozt/manifests/user.pp
index 2e0285a..cb7be31 100644
--- a/modules/tozt/manifests/user.pp
+++ b/modules/tozt/manifests/user.pp
@@ -54,4 +54,6 @@ define tozt::user(
if $shell == '/usr/bin/zsh' {
Package['zsh'] -> User[$user]
}
+
+ # XXX set up password-store
}