Forge Home

apm

Install and manage atom packages

287,284 downloads

287,098 latest version

4.3 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.1 (latest)
  • 0.1.0
released Sep 14th 2015
This version is compatible with:
  • Puppet Enterprise >= 3.7.0 < 2015.3.0
  • Puppet >= 3.7.0 <5.0.0
  • , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'cyberious-apm', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add cyberious-apm
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install cyberious-apm --version 0.1.1

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

cyberious/apm — version 0.1.1 Sep 14th 2015

apm

Table of Contents

  1. Overview
  2. Setup - The basics of getting started with atom
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Overview

This module extends the package provider to install Atom plugins using the Atom Package Management(apm) tool, these include parser and syntax highlighting plugins.

Setup

To begin ensure that apm tool is on your path by testing it with the appropriate where apm or which apm command depending on your operating system and then install the module

$ puppet module install [--modulepath <PATH>] cyberious/apm

What apm affects

  • Manages plugins via the Atom Package Management system
  • Requires Atom and command line tools to be previously installed

Usage

As a Puppet user probably one of the first things you will want to do is install 'lanaguage-puppet' plugins

package { 'language-puppet':
  ensure   => latest,
  provider => apm,
}

Reference

provider => apm

Extends the package provider and implements :versionable, :installable, :upgradeable, and :uninstallable

Limitations

Plugins are only installed as part of the local and not global There are no limitations as far as OS other than it must be supported by Atom and have the apm tool installed

Development

Please create issues to go with any pull requests. All code must should adhere to Puppet style guides