Skip to content

Simple module to configure repositories and install the Microsoft VS Code

Notifications You must be signed in to change notification settings

Igorolivei/puppet-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Simple module to configure repositories and install the Microsoft VS Code

Resources

Stars

Watchers

Forks

Packages