diff --git a/Puppetfile b/Puppetfile index 21bbc96..4953395 100644 --- a/Puppetfile +++ b/Puppetfile @@ -55,5 +55,5 @@ github "xquartz", "1.2.0" # https://github.com/boxen. github "osx", "2.7.0" github "brewcask", "0.0.4.rc2", :repo => "hanjianwei/puppet-brewcask" -github "dotfiles", "0.0.9", :repo => "hanjianwei/puppet-dotfiles" +github "dotfiles", "0.1.0", :repo => "hanjianwei/puppet-dotfiles" github "python", "0.0.2", :repo => "hanjianwei/puppet-python" diff --git a/Puppetfile.lock b/Puppetfile.lock index db6ce6e..7d5e7f7 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -61,7 +61,7 @@ GITHUBTARBALL GITHUBTARBALL remote: hanjianwei/puppet-dotfiles specs: - dotfiles (0.0.9) + dotfiles (0.1.0) GITHUBTARBALL remote: hanjianwei/puppet-homebrew @@ -91,7 +91,7 @@ GITHUBTARBALL DEPENDENCIES boxen (= 3.6.3.rc) brewcask (= 0.0.4.rc2) - dotfiles (= 0.0.9) + dotfiles (= 0.1.0) git (= 2.5.0) homebrew (= 1.9.5.rc2) hub (= 1.3.0) diff --git a/hiera/users/hanjianwei.yaml b/hiera/users/hanjianwei.yaml index e1824b6..af61b51 100644 --- a/hiera/users/hanjianwei.yaml +++ b/hiera/users/hanjianwei.yaml @@ -2,4 +2,4 @@ ruby::global::version: "2.1.2" nodejs::global::version: "v0.10" python::global::version: "2.7.8" boxen::config::homebrewdir: "/usr/local" -dotfiles::configdir: "/Users/%{::boxen_user}/Dropbox/dotfiles" +dotfiles::prefix: "/Users/%{::boxen_user}/Dropbox/dotfiles"