saltstack-formulas / mongodb-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
31 stars 121 forks source link

Add Robo 3T states #59

Closed noelmcloughlin closed 5 years ago

noelmcloughlin commented 5 years ago

The mongodb.robo3t state was verified on MacOS. Resolves #55

          ID: mongodb robo3t archive robo3t-1.2.1-darwin-x86_64-3e50a65.dmg download
    Function: file.directory
        Name: /tmp/mongodbtmp
      Result: True
     Comment: The directory /tmp/mongodbtmp is in the correct state
     Started: 20:43:40.769203
    Duration: 5.872 ms
     Changes:   
----------
          ID: mongodb robo3t archive robo3t-1.2.1-darwin-x86_64-3e50a65.dmg download
    Function: file.directory
        Name: /opt/robo3t-1.2.1-darwin-x86_64-3e50a65.dmg/
      Result: True
     Comment: The directory /opt/robo3t-1.2.1-darwin-x86_64-3e50a65.dmg is in the correct state
     Started: 20:43:40.775196
    Duration: 0.549 ms
     Changes:   
----------
          ID: mongodb robo3t archive robo3t-1.2.1-darwin-x86_64-3e50a65.dmg download
    Function: cmd.run
        Name: curl -s -L -o /tmp/mongodbtmp/robo3t-1.2.1-darwin-x86_64-3e50a65.dmg https://download.robomongo.org/1.2.1/osx/robo3t-1.2.1-darwin-x86_64-3e50a65.dmg
      Result: True
     Comment: Command "curl -s -L -o /tmp/mongodbtmp/robo3t-1.2.1-darwin-x86_64-3e50a65.dmg https://download.robomongo.org/1.2.1/osx/robo3t-1.2.1-darwin-x86_64-3e50a65.dmg" run
     Started: 20:43:40.776345
    Duration: 35109.379 ms
     Changes:   
              ----------
              pid:
                  32526
              retcode:
                  0
              stderr:
              stdout:
----------
          ID: mongodb robo3t archive robo3t-1.2.1-darwin-x86_64-3e50a65.dmg download
    Function: module.run
        Name: file.check_hash
      Result: True
     Comment: Module function file.check_hash executed
     Started: 20:44:15.887878
    Duration: 55.165 ms
     Changes:   
              ----------
              ret:
                  True
----------
          ID: mongodb robo3t archive robo3t-1.2.1-darwin-x86_64-3e50a65.dmg install
    Function: macpackage.installed
        Name: /tmp/mongodbtmp/robo3t-1.2.1-darwin-x86_64-3e50a65.dmg
      Result: True
     Comment: Robo 3T.app installed
     Started: 20:44:21.681668
    Duration: 2911.421 ms
     Changes:   
              ----------
              installed:
                  - Robo 3T.app

Summary for local
------------
Succeeded: 5 (changed=3)
Failed:    0
------------
Total states run:     5
Total run time:  38.082 s
noelmcloughlin commented 5 years ago

Thanks @aboe76