mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
5 lines
194 B
Bash
Executable file
5 lines
194 B
Bash
Executable file
#!/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
|