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:
import assert from 'node:assert'; | |
import { Miniflare } from 'miniflare'; | |
describe('put copy', () => { | |
let mf; | |
let env; | |
beforeEach(async () => { | |
mf = new Miniflare({ | |
modules: true, | |
script: ` |
{ | |
"name": "miniflare-bug", | |
"description": "", | |
"type": "module", | |
"scripts": { | |
"test": "mocha --spec=test/**/*.test.js" | |
}, | |
"devDependencies": { | |
"miniflare": "^3.20240725.0", | |
"mocha": "^10.7.0" |
{ | |
"name": "miniflare-bug", | |
"description": "", | |
"type": "module", | |
"scripts": { | |
"test": "mocha --spec=test/**/*.test.js" | |
}, | |
"devDependencies": { | |
"miniflare": "^3.20240725.0", | |
"mocha": "^10.7.0" |
<?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> |
# 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 { |
/* | |
* 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 |
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "S3BucketAccess", | |
"Effect": "Allow", | |
"Action": "s3:ListBucket", | |
"Resource": "arn:aws:s3:::bstopp" | |
}, |
I hereby claim:
To claim this, I am signing this object:
define thing($source) { | |
file{"/path/to/things/${name}" | |
source => $source | |
} | |
unpack{"....": | |
source => "/path/to/things/${name}" | |
} | |