Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 60b3814

Browse files
committed
Fix puppet-lint warnings
1 parent 5931ac3 commit 60b3814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/register_dns.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
}
4949
}
5050
} elsif $::openshift_origin::register_host_with_nameserver and $::openshift_origin::bind_krb_principal != '' {
51-
warning "You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates"
52-
fail "You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates"
51+
warning 'You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates'
52+
fail 'You cannot use register_host_with_nameserver when using GSS-TSIG DNS updates'
5353
}
5454

5555
}

0 commit comments

Comments
 (0)