summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}