Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Add option to install apps using git #93

Open
mhemesath opened this issue Oct 8, 2015 · 1 comment
Open

Add option to install apps using git #93

mhemesath opened this issue Oct 8, 2015 · 1 comment

Comments

@mhemesath
Copy link

It would be useful for development to be able to install apps using Git. Something such as:

Installing from ref

    "TA-example_app": {
      "download": {
        "git" : "http://github.com/cerner/splunk_app",
        "ref": "4dad",
        "version" : "1.0"
      }
    }

Installing from branch

    "TA-example_app": {
      "download": {
        "git" : "http://github.com/cerner/splunk_app",
        "branch": "master",
        "version" : "1.0"
      }
    }

Installing from tag

    "TA-example_app": {
      "download": {
        "git" : "http://github.com/cerner/splunk_app",
        "tag": "v1.0",
        "version" : "1.0"
      }
    }
@ben-roling
Copy link

+1 to this idea -- I was just mentioning to @acharlieh a desire for the same thing. Specifically I am most interested in the idea of installing from a branch with some concept of an automated refresh interval such that if I push to the branch the changes will automatically be picked up relatively quickly without need to run chef-client again or push a new version of the chef config.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants