c19d6e65c97d870551733a0b16b90479c7e8c74d
Dev Adding logging config.

Dev authored 7 years ago

1) - logging:
2)   - level: info
3)     file: STDOUT
4) 
Dev Initial commit

Dev authored 7 years ago

5) - packages:
6)   - name: apache2
7)     version: 2.4.7-1ubuntu4.20
8)     desired_state: installed
9)   - name: php5
10)     version: 5.5.9+dfsg-1ubuntu4.25
11)     desired_state: installed
12)   - name: libapache2-mod-php5
13)     version: 5.5.9+dfsg-1ubuntu4.25
14)     desired_state: installed
15) 
16) - files:
Dev Changing prod config accord...

Dev authored 7 years ago

17)   - path: /var/www/html/index.php
18)     owner: root
19)     group: root
20)     mode: '0664'
21)     local_file: resources/hello_world.php
Dev Initial commit

Dev authored 7 years ago

22)     desired_state: present
Dev Refactoring. Adding pkg mgmt.

Dev authored 7 years ago

23) 
Dev Changing prod config accord...

Dev authored 7 years ago

24)   - path: /var/www/html/index.html
25)     desired_state: absent
26) 
Dev Refactoring. Adding pkg mgmt.

Dev authored 7 years ago

27) - services:
28)   - name: apache2
29)     dependencies:
30)     - packages:
Dev Enjoying my own error handl...

Dev authored 7 years ago

31)       - name: libapache2-mod-php5
Dev Refactoring. Adding pkg mgmt.

Dev authored 7 years ago

32)     - files: