Forge Home

27,437 downloads

26,403 latest version

3.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.2 (latest)
  • 0.1.1
  • 0.1.0
released Apr 23rd 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'acme-ohmyzsh', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add acme-ohmyzsh
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install acme-ohmyzsh --version 0.1.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

acme/ohmyzsh — version 0.1.2 Apr 23rd 2014

acme-ohmyzsh Puppet Module

This is the oh-my-zsh module. It installs oh-my-zsh for a user and changes their shell to zsh. It also can configure themes and plugins for users.

oh-my-zsh is a community-driven framework for managing your zsh configuration. See https://github.com/robbyrussell/oh-my-zsh for more details.

This module is called ohmyzsh as Puppet does not support hyphens in module names.

Installation

From Puppet Forge

  $ puppet module install acme/ohmyzsh

From source

  $ cd PUPPET_MODULEDIR
  $ git clone https://github.com/acme/puppet-acme-oh-my-zsh ohmyzsh

Usage

class { 'ohmyzsh': }

# for a single user
ohmyzsh::install { 'acme': }

# for multiple users in one shot
ohmyzsh::install { ['root', 'acme']: }

# set a theme for a user
ohmyzsh::theme { ['root', 'acme']: } # would install 'clean' theme as default

ohmyzsh::theme { ['root', 'acme']: theme => 'robbyrussell' } # specific theme

# activate plugins for a user
ohmyzsh::plugins { 'acme': plugins => 'git github' }

# upgrade oh-my-zsh for a single user
ohmyzsh::upgrade { 'acme': }

License

Apache License, Version 2.0.

Contact

Leon Brocard acme@astray.com

Support

Please log tickets and issues at GitHub