diff --git a/HOWTO.md b/HOWTO.md index 882887d02..70ada8797 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -446,10 +446,10 @@ service_info: sshkeys: - "testkey" files: - - path: /device/etc/hosts + - path: /var/lib/fdo/etc/hosts permissions: 644 source_path: /server/local/etc/hosts - - path: /device/etc/resolv.conf + - path: /var/lib/fdo/etc/resolv.conf source_path: /server/local/etc/resolv.conf commands: - command: ls diff --git a/examples/config/serviceinfo-api-server.yml b/examples/config/serviceinfo-api-server.yml index e0b399845..002407d6f 100644 --- a/examples/config/serviceinfo-api-server.yml +++ b/examples/config/serviceinfo-api-server.yml @@ -11,10 +11,10 @@ service_info: sshkeys: - "testkey" files: - - path: /device/etc/hosts + - path: /var/lib/fdo/etc/hosts permissions: 644 source_path: /server/local/etc/hosts - - path: /device/etc/resolv.conf + - path: /var/lib/fdo/etc/resolv.conf source_path: /server/local/etc/resolv.conf commands: - command: ls