Forge Home

android_studio

install android studio with puppet

7,707 downloads

7,707 latest version

2.6 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.0 (latest)
released Nov 14th 2015
This module has been deprecated by its author since Jun 18th 2019.

The reason given was: Not recommended way to install android studio any more

Start using this module

Documentation

geoffwilliams/android_studio — version 0.1.0 Nov 14th 2015

android_studio

Build Status

Table of Contents

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

Overview

Install Android Studio for a specified user with ubuntu-make (umake)

Setup

What android_studio affects

  • installs Android Studio to specified user's home directory
  • only works on Ubuntu

Setup Requirements

  • requires the ubuntu-make package is already installed

Beginning with android_studio

android_studio { "test": }

Install Android Studio in /home/test/tools/android-studio for the test user.

Once the above directory exists, Android Studio is deemed installed. To attempt re-installation, remove the directory.

If you have a few users to install for, you could pass a hash from hiera to the create_resources() function

Reference

  • android_studio - Install android studio for specified user.

Limitations

Only works with Ubuntu, probably needs latest version to get --accept-licence to work.

Development

PRs accepted