diff options
| author | Josh Cooper <josh@puppetlabs.com> | 2011-07-27 15:30:49 -0700 |
|---|---|---|
| committer | Josh Cooper <josh@puppetlabs.com> | 2011-07-27 15:30:49 -0700 |
| commit | 6bd8aaa8a8307913eb20afc4e57551e2dfd4822e (patch) | |
| tree | 6f2b920a18ab7f56f8b0ee67709c1d9553ea42a7 | |
| parent | 9e502ed121847fe4fcca90453c0520b53103d17d (diff) | |
| download | puppet-6bd8aaa8a8307913eb20afc4e57551e2dfd4822e.tar.gz puppet-6bd8aaa8a8307913eb20afc4e57551e2dfd4822e.tar.xz puppet-6bd8aaa8a8307913eb20afc4e57551e2dfd4822e.zip | |
(#8663) The ssh_authorized_key type is not supported on Windows
We are not supporting the ssh_authorized_key type on Windows at this
time, since Windows does not ship with an ssh server (though there are
third-party versions available). As a result these spec tests have
been disabled.
Reviewed-by: Jacob Helwig <jacob@puppetlabs.com>
| -rwxr-xr-x | spec/unit/type/ssh_authorized_key_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/type/ssh_authorized_key_spec.rb b/spec/unit/type/ssh_authorized_key_spec.rb index 9b3760b71..41413763c 100755 --- a/spec/unit/type/ssh_authorized_key_spec.rb +++ b/spec/unit/type/ssh_authorized_key_spec.rb @@ -228,7 +228,7 @@ describe ssh_authorized_key do end - describe "when user is specified", :fails_on_windows => true do + describe "when user is specified", :unless => Puppet.features.microsoft_windows? do it "should determine target" do resource = @class.create( |
