Skip to content

Commit

Permalink
Don't install default.prf
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Nov 7, 2023
1 parent e657ebc commit 695ff39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion site-modules/profile/files/mac/SetupHomeSync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ensureDir()
[[ -d ${1} ]] || mkdir -p ${1}
}
ensureDir ${HOME}/.unison
for file in Home.prf Preferences.prf common.prf default.prf
for file in Home.prf Preferences.prf common.prf
do
[[ -f ${HOME}/.unison/${file} ]] && rm ${HOME}/.unison/${file}
ln -s /usr/local/share/${file} ${HOME}/.unison/${file}
Expand Down
3 changes: 0 additions & 3 deletions site-modules/profile/manifests/app/unison.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
'/usr/local/share/Home.prf':
source => 'puppet:///modules/profile/mac/Home.prf',
;
'/usr/local/share/default.prf':
source => 'puppet:///modules/profile/mac/default.prf',
;
'/usr/local/share/Preferences.prf':
source => 'puppet:///modules/profile/mac/Preferences.prf',
;
Expand Down

0 comments on commit 695ff39

Please sign in to comment.