Skip to content

Commit a9431e7

Browse files
committed
add example manifest for Amazon Linux
1 parent 00e7bd2 commit a9431e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/amazon-linux.pp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# There is no need to declare `class { 'awscli': }` since the
2+
# awscli package is already installed by default in Amazon Linux
3+
awscli::profile { 'default':
4+
user => 'ec2-user',
5+
aws_access_key_id => 'MYTESTACCESSKEYID',
6+
aws_secret_access_key => 'MYTESTSECRETACCESSKEY'
7+
}

0 commit comments

Comments
 (0)