mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
First steps of managing things home manager can't do via Puppet
This commit is contained in:
parent
366aa58ee5
commit
bcbe58e36b
4 changed files with 85 additions and 0 deletions
5
modules/hosts/home-manager-only/scripts/run-r10k.sh
Executable file
5
modules/hosts/home-manager-only/scripts/run-r10k.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo /home/gene/.nix-profile/bin/r10k puppetfile install \
|
||||
--puppetfile=/home/gene/repos/dots/Puppetfile \
|
||||
--moduledir=/etc/puppetlabs/code/environments/production/modules
|
||||
Loading…
Add table
Add a link
Reference in a new issue