Forge Home

vscode

Puppet module to install VS Code

6,817 downloads

5,028 latest version

5.0 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.2.1 (latest)
  • 0.2.0
  • 0.1.0
released Dec 8th 2018
This version is compatible with:
  • Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2016.4.x
  • Puppet >= 4.10.0 < 6.0.0
  • , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'igorolivei-vscode', '0.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add igorolivei-vscode
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install igorolivei-vscode --version 0.2.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

igorolivei/vscode — version 0.2.1 Dec 8th 2018

License Version Downloads

VSCode

Table of contents

  1. Overview
  2. Supported Platforms
  3. Requirements
  4. Installation
  5. Usage
  6. References
  7. Development

Overview

This module will configure the repositories and install the Microsoft VS Code in your system.

Supported Platforms

This module was tested under these platforms

  • CentOS 7
  • Debian 8
  • Debian 9
  • Ubuntu 17.10

Tested only in X86_64 arch.

Requirements

  • Puppet >= 4.10.4

Installation

Via git

cd /etc/puppetlabs/code/environment/production/modules
git clone https://github.com/igorolivei/puppet-vscode.git vscode

Via puppet

puppet module install igorolivei/vscode

Via puppetfile

mod 'igorolivei-vscode', '0.2.0'

Usage

Quick run

puppet apply -e "include vscode"

References

Classes

Public Classes

The vscode class has no parameters.

Private Classes

  • vscode::install: Configure repositories and install the VS Code

Development

My dev environment

This module was developed using

  • Puppet 4.10.10
    • Facter 2.4.6
  • Ubuntu 17.10
  • Vagrant 2.0.2 + VirtualBox 5.2.10
    • box: centos/7
    • box: debian/stretch64
    • box: debian/jessie64
    • box: mwrock/Windows2016

Author/Contributors

Igor Oliveira (igor.bezerra96@gmail.com)