Skip to content

Instantly share code, notes, and snippets.

@bstopp
bstopp / pom.xml
Last active March 24, 2021 23:26
OpenAPI Update
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.adobe.cloudmanager</groupId>
<artifactId>aio-lib-cloudmanager</artifactId>
<version>0.4.1-SNAPSHOT</version>
<name>Adobe Cloud Manager Client Library</name>
<description>Library for accessing AdobeIO Cloud Manager endpoints.</description>
@bstopp
bstopp / usermgt.pp
Created September 13, 2019 13:12
profile::usermgt
# User Management profile
#
# Creates users defined from hiera. Also manages any SSH Authorized Keys for those users.
#
# Standardizes some configurations for user's home.
#
# Users must exist to specify an SSH key.
#
class profile::usermgt {
@bstopp
bstopp / digitalData.js
Created August 20, 2019 15:56
Eslint fix for PR.
/*
* Copyright 2016 Adobe Systems Incorporated
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@bstopp
bstopp / TerraformRolePolicy.json
Created July 4, 2018 19:22
AWS Assume Role Issue Examples
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "S3BucketAccess",
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::bstopp"
},
@bstopp
bstopp / keybase.md
Last active October 20, 2020 13:35

Keybase proof

I hereby claim:

  • I am bstopp on github.
  • I am bryanstopp (https://keybase.io/bryanstopp) on keybase.
  • I have a public key whose fingerprint is 81B9 DBF7 D2D2 EEB0 887F 17BD A4E1 9D21 AD10 ED02

To claim this, I am signing this object:

define thing($source) {
file{"/path/to/things/${name}"
source => $source
}
unpack{"....":
source => "/path/to/things/${name}"
}