{"id":20842825,"url":"https://github.com/mudge/puppet-workstation","last_synced_at":"2025-05-08T22:42:23.183Z","repository":{"id":3013862,"uuid":"4033071","full_name":"mudge/puppet-workstation","owner":"mudge","description":"Attempting to automate the installation and configuration of my personal laptop with Puppet.","archived":false,"fork":false,"pushed_at":"2012-05-31T07:18:40.000Z","size":113,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T22:42:18.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-15T16:05:07.000Z","updated_at":"2014-11-20T06:57:47.000Z","dependencies_parsed_at":"2022-09-21T08:13:31.025Z","dependency_job_id":null,"html_url":"https://github.com/mudge/puppet-workstation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fpuppet-workstation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fpuppet-workstation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fpuppet-workstation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudge%2Fpuppet-workstation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudge","download_url":"https://codeload.github.com/mudge/puppet-workstation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160727,"owners_count":21863624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T01:25:38.343Z","updated_at":"2025-05-08T22:42:23.162Z","avatar_url":"https://github.com/mudge.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Puppet-Workstation\n\nThis is an attempt to use Puppet to manage applications and configuration on my\npersonal laptop.\n\nAs I use a Mac, applications mostly come in the form of disk images from the\nInternet (files ending in `.dmg`) or in some sort of archive (e.g. [MacVim][]\nwhich comes in a `.tgz`). Development tools (such as git) are installed via\n[Homebrew][] and Ruby is installed via [rbenv][] and [ruby-build][].\n\nTo accommodate all of the above, I have written a few Puppet package providers:\n\n* `dmg`: To download disk images from a URL and then extract specific\n  applications from them into `/Applications`;\n* `tar`: To download tarballs from a URL and then extract specific applications\n  from them into `/Applications`;\n* `homebrew`: To install packages via Homebrew;\n* `ruby_build`: To install versions of Ruby through ruby-build.\n\nI use the excellent [vcsrepo][] resource type via a git submodule to manage the\ninstallation of Homebrew, rbenv and ruby-build (as they are all just git\nrepositories).\n\nThis is very experimental at this point though I am using it personally. If you\nwould like to try it out, you will need to clone this repo and pull in the\n`vcsrepo` git submodule like so:\n\n```console\n$ git clone https://github.com/mudge/puppet-workstation.git\n$ cd puppet-workstation\n$ git submodule init\n$ git submodule update\n```\n\nAnd then you can run it with:\n\n```console\n$ ./workstation.rb\n```\n\nTo perform the necessary one-time setup as root, you can simply do:\n\n```console\n$ sudo ./workstation.rb\n```\n\n  [MacVim]: http://code.google.com/p/macvim/\n  [Homebrew]: http://mxcl.github.com/homebrew/\n  [rbenv]: https://github.com/sstephenson/rbenv\n  [ruby-build]: https://github.com/sstephenson/ruby-build\n  [vcsrepo]: https://github.com/puppetlabs/puppet-vcsrepo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudge%2Fpuppet-workstation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudge%2Fpuppet-workstation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudge%2Fpuppet-workstation/lists"}