Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
e-carlin committed Jan 15, 2024
1 parent fa2c069 commit 1f6b65c
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
#!/bin/bash
vm_devbox_joeblow_rsconf_component() {
rsconf_service_prepare 'vm_devbox_joeblow' '/etc/systemd/system/vm_devbox_joeblow.service' '/etc/systemd/system/vm_devbox_joeblow.service.d' '/srv/vm_devbox_joeblow'
rsconf_install_access '755' 'root' 'root'
rsconf_install_directory '/etc/systemd/system/vm_devbox_joeblow.service.d'
rsconf_install_access '444' 'root' 'root'
rsconf_install_file '/etc/systemd/system/vm_devbox_joeblow.service.d/99-rsconf.conf' '0b5011104e1c19c03782925871ae7642'
rsconf_service_prepare 'vm_devbox_joeblow' '/etc/systemd/system/vm_devbox_joeblow.service' '/etc/systemd/system/vm_devbox_joeblow.service.d'
rsconf_install_access '700' 'vagrant' 'vagrant'
rsconf_install_directory '/srv/vm_devbox_joeblow'
rsconf_install_access '755' 'vagrant' 'vagrant'
rsconf_install_directory '/srv/vm_devbox_joeblow/v'
rsconf_install_access '500' 'vagrant' 'vagrant'
rsconf_install_file '/srv/vm_devbox_joeblow/start' 'e7f1bf9a7c05ed3fdfcf593137bc6d47'
rsconf_install_access '444' 'root' 'root'
rsconf_install_file '/etc/systemd/system/vm_devbox_joeblow.service' '72bb622a2a4239b9368612babb05dbdb'
rsconf_install_access '700' 'vagrant' 'vagrant'
rsconf_install_directory '/srv/vm_devbox_joeblow/v'
rsconf_install_file '/etc/systemd/system/vm_devbox_joeblow.service' '0281d04b4abaec88ab85a6751aa3587f'
}

0 comments on commit 1f6b65c

Please sign in to comment.