Skip to content

Commit

Permalink
adding a recipe to disable front row
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal committed Sep 21, 2010
1 parent 5fc0d6c commit 432315f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions chef/all_recipes.json
Expand Up @@ -35,6 +35,7 @@
"pivotal_workstation::rvm",
"pivotal_workstation::set_ntp_server",
"pivotal_workstation::vim",
"pivotal_workstation::disable_front_row",
"pivotal_workstation::workspace_directory"
]
}
4 changes: 4 additions & 0 deletions cookbooks/pivotal_workstation/recipes/disable_front_row.rb
@@ -0,0 +1,4 @@
execute "move front row out of the way" do
command "mv /System/Library/CoreServices/Front\\ Row.app /System/Library/CoreServices/Front_Row_disabled.app"
not_if { File.exists?("/System/Library/CoreServices/Front_Row_disabled.app") }
end

0 comments on commit 432315f

Please sign in to comment.