Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: PUP 3.8.0, PUP 4.0.0
-
Fix Version/s: None
-
Component/s: Types and Providers
-
Labels:None
-
Template:customfield_10700 82004
-
Epic Link:
-
Team:Coremunity
Description
The output from puppet describe ssh_authorized_key is messed up:
$ puppet describe ssh_authorized_key -s | head -30
|
|
ssh_authorized_key
|
==================
|
Manages SSH authorized keys. Currently only type 2 keys are supported.
|
In their native habitat, SSH keys usually appear as a single long line. This
|
resource type requires you to split that line into several attributes. Thus,
|
a
|
key that appears in your `~/.ssh/id_rsa.pub` file like this...
|
ssh-rsa
|
...would translate to the following resource:
|
...would translate to the following resource:
|
...would translate to the following resource:
|
...would translate to the following resource:
|
...would translate to the following resource:
|
...would translate to the following resource:
|
...would translate to the following resource:
|
eMue6b3FtUdTDeyAYoTxrsRo/WnDkS6Pa3YhrFwjtUqXfdaQ==
|
nick@magpie.puppetlabs.lan
|
...would translate to the following resource:
|
ssh_authorized_key { 'nick@magpie.puppetlabs.lan':
|
user => 'nick',
|
type => 'ssh-rsa',
|
key =>
|
}
|
}
|
}
|
}
|
}
|
}
|
}
|