Skip to content

Commit

Permalink
Fix typos in some comments. (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored and nuclearsandwich committed Jan 23, 2018
1 parent 5149818 commit 93b40cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/profile/manifests/jenkins/master.pp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
require => [Class['docker'], User['jenkins']],
}

## Credentials necessar for Publish over SSH
## Credentials necessary for 'Publish over SSH'
## Everything else uses the built in credentials
file { '/var/lib/jenkins/.ssh':
ensure => 'directory',
Expand All @@ -265,7 +265,7 @@
require => File['/var/lib/jenkins/.ssh'],
}

# Reference above credientials
# Reference above credentials
file { '/var/lib/jenkins/credentials.xml':
mode => '0600',
owner => 'jenkins',
Expand Down
2 changes: 1 addition & 1 deletion modules/profile/manifests/ros/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
}
}

# needed for boostrapping the repo
# needed for bootstrapping the repo
vcsrepo { "/home/${agent_username}/reprepro-updater":
ensure => latest,
provider => git,
Expand Down

0 comments on commit 93b40cf

Please sign in to comment.