This module will configure the repositories and install the Microsoft VS Code in your system.
This module was tested under these platforms
- CentOS 7
- Debian 8
- Debian 9
- Ubuntu 17.10
Tested only in X86_64 arch.
- Puppet >= 4.10.4
cd /etc/puppetlabs/code/environment/production/modules
git clone https://github.com/igorolivei/puppet-vscode.git vscode
puppet module install igorolivei/vscode
mod 'igorolivei-vscode', '0.2.0'
puppet apply -e "include vscode"
The vscode
class has no parameters.
vscode::install
: Configure repositories and install the VS Code
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
Igor Oliveira (igor.bezerra96@gmail.com)