X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=types%2Fauth_conf_entry.pp;h=cb6f92a9f5c42e1c45641ad5e9e078b952a00ebc;hb=refs%2Fheads%2Ftrusted-contributors;hp=c04627649b21cb10d17257de2a051663ba4f6f4b;hpb=d6069a619ce1b30f19014932f81e83f445c846e6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/types/auth_conf_entry.pp b/types/auth_conf_entry.pp index c046276..cb6f92a 100644 --- a/types/auth_conf_entry.pp +++ b/types/auth_conf_entry.pp @@ -12,9 +12,9 @@ # Specifies the password to connect with. # type Apt::Auth_conf_entry = Struct[ - { - machine => String[1], - login => String, - password => String + { + machine => String[1], + login => String, + password => String } ]