Browse Source

Merge pull request #632 from Shubhangi-dell/patch-1

Dockerfile fix
John Lockman 3 years ago
parent
commit
a5ea2be084
1 changed files with 2 additions and 2 deletions
  1. 2 2
      control_plane/roles/provision_cobbler/files/Dockerfile

+ 2 - 2
control_plane/roles/provision_cobbler/files/Dockerfile

@@ -51,8 +51,8 @@ RUN dnf install -y python3-sphinx
 RUN pip3 install wheel
 
 #Copy Configuration files
-COPY cobbler_settings /etc/cobbler/settings.yaml
-COPY temp_dhcp.template  /etc/cobbler/dhcp.template
+COPY settings.yaml /etc/cobbler/settings.yaml
+COPY dhcp.template  /etc/cobbler/dhcp.template
 COPY modules.conf  /etc/cobbler/modules.conf
 COPY tftp /etc/xinetd.d/tftp
 COPY .users.digest /etc/cobbler/users.digest