Skip to content

Commit fd5bd17

Browse files
committed
Fix typo
1 parent d34e4d1 commit fd5bd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/profile/manifests/base.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
firewall { '001 accept all from local network':
6868
chain => 'INPUT',
6969
proto => 'all',
70-
source => profile::utils:getcidr(),
70+
source => profile::utils::getcidr(),
7171
action => 'accept',
7272
tag => 'mc_bootstrap',
7373
}

0 commit comments

Comments
 (0)