GitList
Repositories
Help
Report an Issue
rcm
Code
Commits
Branches
Tags
Search
Tree:
22644c9
Branches
Tags
master
rcm
config.yaml
Refactoring. Adding pkg mgmt.
Dev
commited
22644c9
at 2018-06-15 07:44:47
config.yaml
Blame
History
Raw
- packages: - name: apache2 version: 2.4.7-1ubuntu4.20 desired_state: installed - name: php5 version: 5.5.9+dfsg-1ubuntu4.25 desired_state: installed - name: libapache2-mod-php5 version: 5.5.9+dfsg-1ubuntu4.25 desired_state: installed - files: - path: /tmp/hello_world.php owner: apache2 group: apache2 mode: 0644 local_file: hello_world.php desired_state: present - services: - name: apache2 dependencies: - packages: - name: libapache2-mod-php5 - files: - path: /tmp/hello_world.php