Skip to content

Commit e8746cb

Browse files
authored
Merge pull request #352 from bwitt/bwitt_note_generatetypes
Add a note to the README re needing `puppet generate types`
2 parents 66bcc61 + e80066c commit e8746cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Manage non-volatile network and route configuration.
1515

1616
## Usage
1717

18+
> [!NOTE]
19+
> This module defines custom types (`network_config` and `network_route`) that require proper plugin synchronization. If you encounter errors like "Could not autoload puppet/type/network_config", you may need to run `puppet generate types` on your Puppet server (for Puppet 6+) or `puppet plugin download` (for older versions). See [issue #77](https://github.com/voxpupuli/puppet-network/issues/77) for more details.
20+
1821
Interface configuration
1922

2023
```puppet

0 commit comments

Comments
 (0)