2 Commits

Author SHA1 Message Date
Takashi Kajinami
3e832ed477 Remove usage of deleted manifest_dir
Recent update in rspec-puppet removed some of the config interfaces for
old puppet versions[1]. This drops usage of these interfaces to resolve
the following error in unit tests.

```
An error occurred while loading ./spec/unit/provider/manila_spec.rb.
Failure/Error: c.manifest_dir = File.join(fixture_path, 'manifests')

NoMethodError:
  undefined method `manifest_dir='...
```

[1] 316d95923c

Change-Id: I829d98931e4fcaeaf6c760b465bf413a8b663871
2023-10-12 23:23:04 +09:00
Takashi Kajinami
a6bdabedc7 Unpin modulesync
... to use the recent modulesync which is compatible with Ruby 3.0.

Template files are renamed according to the requirement of modulesync
>= 0.8.0[1]

[1] https://github.com/voxpupuli/modulesync/blob/master/CHANGELOG.md#2017-05-05---080

Depends-on: https://review.opendev.org/845530
Change-Id: I64552b454557f9f33f422f4d64c4c01961aef0e0
2022-08-16 14:05:12 +09:00