summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2016-06-02 16:53:26 -0700
committerZach Marano <zmarano@google.com>2016-06-02 16:53:26 -0700
commit540b7b22fdd26a827572c6e05adce8a16c387e40 (patch)
treed9cb6ba3648df0276efbaa1f1725bc8ef6c9a80b
parent0e0a0cd2ff84c26d7cba40d223e5dbb0a61a6c00 (diff)
downloadgoogle-compute-image-packages-540b7b22fdd26a827572c6e05adce8a16c387e40.tar.gz
Fix hostname config for EL7.
-rwxr-xr-x[-rw-r--r--]google_configs/dhcp/google_hostname.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/google_configs/dhcp/google_hostname.sh b/google_configs/dhcp/google_hostname.sh
index 8c55626..67231e0 100644..100755
--- a/google_configs/dhcp/google_hostname.sh
+++ b/google_configs/dhcp/google_hostname.sh
@@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-gce_config() {
+google_hostname_config() {
set_hostname
}
-gce_restore() {
+google_hostname_restore() {
:
}