Skip to content

Commit

Permalink
Merge pull request #72 from palantirnet/remove-duplicity
Browse files Browse the repository at this point in the history
2.x: Remove Duplicity
  • Loading branch information
becw authored May 8, 2020
2 parents f23ddaf + 186a70e commit e9f1105
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 80 deletions.
1 change: 0 additions & 1 deletion drupalbox/drupalbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@
- { role: phpmyadmin }
- { role: nodejs }
- { role: phantomjs }
- { role: duplicity }
- { role: drupalbox }
18 changes: 0 additions & 18 deletions drupalbox/tests/duplicity_spec.rb

This file was deleted.

11 changes: 0 additions & 11 deletions provisioning/roles/duplicity/defaults/main.yml

This file was deleted.

14 changes: 0 additions & 14 deletions provisioning/roles/duplicity/tasks/configure.yml

This file was deleted.

22 changes: 0 additions & 22 deletions provisioning/roles/duplicity/tasks/install.yml

This file was deleted.

7 changes: 0 additions & 7 deletions provisioning/roles/duplicity/tasks/main.yml

This file was deleted.

5 changes: 0 additions & 5 deletions provisioning/roles/duplicity/templates/duply/conf.j2

This file was deleted.

4 changes: 2 additions & 2 deletions provisioning/roles/phantomjs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
update-cache=yes
tags: phantomjs

- name: PhantonJS | Install fontconfig
- name: PhantomJS | Install fontconfig
become: yes
apt: pkg=fontconfig
state=present
tags: phantonjs
tags: phantomjs

- name: PhantomJS | Create home directory
become: yes
Expand Down

0 comments on commit e9f1105

Please sign in to comment.