Jamie Starke
Jamie Starke
When calling `adduser` on Amazon Linux, it aliases to `useradd`, which does not have the `--disable-password` or `--gecos` flags.
I've been running into an issue increasingly lately, where I go to run one of my commands, and it just doesn't work. If I go into HASS Workstation, edit the...
I recently built a new logstash server using this cookbook. As part of my recipe, use `logstash_curator` to cleanup old logs. This LWRP creates a new cronjob on the logstash...
embedded board: Radxa Rock 5b kernel: `Linux rock-5b 5.10.110-34-rockchip-gca15bbe36e6c #rockchip SMP Wed Dec 7 06:54:05 UTC 2022 aarch64 GNU/Linux` debian version: bullseye The [Longhorn requirements](https://longhorn.io/docs/1.3.2/deploy/install/#installation-requirements) have a requirement for `open-iscsi`....
### Describe the problem you are having I bought (the recommended USB Hub)[https://github.com/blakeblackshear/frigate/blob/dev/docs/docs/frigate/installation.md?plain=1#L93] for use with the Coral USB. I've noticed a number of times that my raspberry pi wouldn't...
File: [themes/default/content/registry/packages/aws-native/api-docs/iam/role/_index.md](https://www.pulumi.com/registry/packages/aws-native/api-docs/iam/role/) The assumeRolePolicyDocument needs to have titlecase words, otherwise it's invalid once it gets to IAM ``` const amazonGrafanaWorkspaceIAMRole = new aws_native.iam.Role("amazonGrafanaWorkspaceIAMRole", { managedPolicyArns: ["arn:aws:iam::aws:policy/service-role/AmazonGrafanaAthenaAccess"], assumeRolePolicyDocument: { version: "2012-10-17",...
File: [themes/default/content/registry/packages/aws-native/api-docs/iam/role/_index.md](https://www.pulumi.com/registry/packages/aws-native/api-docs/iam/role/) The assumeRolePolicyDocument needs to have titlecase words, otherwise it's invalid once it gets to IAM ``` const amazonGrafanaWorkspaceIAMRole = new aws_native.iam.Role("amazonGrafanaWorkspaceIAMRole", { managedPolicyArns: ["arn:aws:iam::aws:policy/service-role/AmazonGrafanaAthenaAccess"], assumeRolePolicyDocument: { version: "2012-10-17",...
**What happened?** When using the [example from the Setting Up Ingress](https://github.com/prometheus-operator/kube-prometheus/blob/defa2bd1e242519c62a5c2b3b786b1caa6d906d4/docs/customizations/exposing-prometheus-alertmanager-grafana-ingress.md?plain=1#L41-L105) in the [Exposing via Ingress](https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/customizations/exposing-prometheus-alertmanager-grafana-ingress.md) document, when running `build.sh example.jsonnet`, I get ``` STATIC ERROR: example.jsonnet:55:1: Unknown variable: k...