Commit 2b5cb413 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

Use Alex Tayts' wallet in place of base::wallet

parent 48918bcb
Loading
Loading
Loading
Loading

CHANGELOG.md

0 → 100644
+13 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this project will be documented in this file.

This file's format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

The date string is generated with this command: `date --iso-8601=seconds`.

## [1.0.0] - 2026-06-29T09:04:23-07:00

### Changed

- Renamed `base::wallet` to Alex Tatys' `wallet` resource in `manifests/init.pp`.
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ define gcp_cloudsql_proxy(
  }

  if ($service_credentials_wallet_name) {
    base::wallet { $service_credentials_wallet_name:
    wallet { $service_credentials_wallet_name:
      ensure => $ensure,
      path   => '/etc/cloudsql-proxy/cloudsql.json',
      type   => 'file',