aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/files/apply_git_puppet_config.sh
blob: 29ede99838f21efdc6434761d520378c2255bf04 (plain)
1
2
3
4
5
6
7
#!/bin/bash

while read line
do
    # --local is a option for the newer git
    git config --add $line
done < config.puppet