GitList
Repositories
Help
Report an Issue
rcm
Code
Commits
Branches
Tags
Search
Tree:
357b018
Branches
Tags
master
rcm
config.yaml
Initial commit
Dev
commited
357b018
at 2018-06-14 23:07:57
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