Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed Jun 18, 2019
1 parent 6fbba40 commit 6caba57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/facts/plugins/ec2/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ use std::default::Default;

use std::io;

/// An EC2 instance metadata fact plugin.
///
/// This plugin harvests all available facts present in the latest API revision of the EC2 metadata
/// service.
pub struct Ec2MetadataPlugin;

impl Ec2MetadataPlugin {
Expand Down

0 comments on commit 6caba57

Please sign in to comment.