We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e7bd2 commit a9431e7Copy full SHA for a9431e7
tests/amazon-linux.pp
@@ -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